'Failed to resolve: com.truecaller.android.sdk:truecaller-sdk:2.6.0 Show in Project Structure dialog<
there are problem when i implementing
Failed to resolve: com.truecaller.android.sdk:truecaller-sdk:2.6.0 Show in Project Structure dialog Affected Modules: app
Solution 1:[1]
if You are using build tool version 7.1.0 or more:
Add the jcenter() function in the settings.gradle file.
As Truecaller sdk supports jcenter().
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tyler2P |
