https://kotlinlang.org logo
Title
s

Satyam G

07/05/2022, 7:38 AM
Anyone implemented truecaller Sdk for Android ? After adding dependency project not able to compile Can anyone help here ?
k

Krystian Demidiuk

07/05/2022, 8:28 AM
Any more details? No info about the compilation problem?
s

Satyam G

07/05/2022, 8:31 AM
• Failed to resolve: com.truecaller.android.sdk:truecaller-sdk:2.6.0 Getting this error after adding
implementation "com.truecaller.android.sdk:truecaller-sdk:2.6.0"
k

Krystian Demidiuk

07/05/2022, 8:59 AM
do you have jcenter() in your gradle file?
s

Satyam G

07/05/2022, 9:03 AM
No.
Even though after adding jCenter() getting this • org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. • org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.truecaller.android.sdk:truecaller-sdk:2.6.0.
k

Krystian Demidiuk

07/05/2022, 9:05 AM
what is your minimum SDK?
s

Satyam G

07/05/2022, 9:13 AM
it is 22