implementation 'com.github.makeabledk:lottery-service-connector-android:latest.version.here'
Add package query to manifest of LL main screen app:
<manifest>
<queries>
<package android:name="dk.makeable.varelotteriet.mainscreenserviceapp" />
</queries>
<application
...
Please see sample for implementatoin details here.