Hi,
i'm trying to use Iubenda SDK on react project.
With Ios all is fine, but with angular I still to have this problem
Could not find com.iubenda:mobile-sdk:
I added on android/build.gradle
repositories {
maven { url "https://libraries.iubenda.com/android" }
}
and in file android/app/build.gradle
dependencies {
implementation "com.iubenda:mobile-sdk:2.6.7"
}
Someone can help me, please?
Thanks
Top comments (0)