Talkable Android SDK makes it easy to integrate Talkable referral functionality into Android apps.
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.talkable:android-sdk:0.5.12'
}