We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To get the dependency into your build:
Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
Step 2. Add the following line to the dependencies section of the build.gradle file for your app:
build.gradle
dependencies { ... implementation 'com.github.cafebazaar:ReferrerSDK:Tag' }
You can see latest releases here.
There was an error while loading. Please reload this page.