Setup
<uses-sdk tools:overrideLibrary="com.truecaller.android.sdk"/> dependencies {
...
implementation "com.truecaller.android.sdk:truecaller-sdk:2.8.0"
}android{
compileOptions{
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}Last updated
Was this helpful?