You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following latest truecaller docs for setting up truecaller login.
According to it I am supposed to add implementation "com.truecaller.android.sdk:truecaller-sdk:2.2.0"
but after adding it I am getting it errors
Execution failed for task ':app:checkDebugDuplicateClasses'.
> 1 exception was raised by workers:
java.lang.RuntimeException: Duplicate class com.truecaller.android.sdk.BuildConfig found in modules jetified-truecaller-sdk-2.2.0-runtime.jar (com.truecaller.android.sdk:truecaller-sdk:2.2.0) and jetified-truesdk-0.6-runtime.jar (truesdk-0.6.aar)
and removing it works fine, I thinks i because newer version of .aar file is not updated.
The text was updated successfully, but these errors were encountered:
I was following latest truecaller docs for setting up truecaller login.
According to it I am supposed to add
implementation "com.truecaller.android.sdk:truecaller-sdk:2.2.0"
but after adding it I am getting it errors
and removing it works fine, I thinks i because newer version of .aar file is not updated.
The text was updated successfully, but these errors were encountered: