For additional information, please see the TapResearch Android SDK integration guide.
Create an app and grab your API Token.
Add the following to the repositories closure of the app's module build.gradle file:
repositories {
maven { url "https://artifactory.tools.tapresearch.io/artifactory/tapresearch-android-sdk/" }
}Next, add the following to the dependencies closure:
dependencies {
implementation("com.tapresearch:tapsdk:3.6.4")
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'com.google.android.gms:play-services-appset:16.1.0'
}And synchronize the project with the gradle files.
TapResearch iOS SDK integration guide