android-getting-started-samples
android-getting-started-samples copied to clipboard
Error:(46, 20) Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.2006-5
Very very bad documentation, even your own code samples are not working, I have wasted my whole day
I'm sorry to hear that, @UmarWaqas.
If you have time, could you provide some more details so that we can improve the documentation? What build environment were you using? How did the code samples fail, exactly?
I am having this same issue, Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.2006-5
My IDE Environment Android Studio: 3.1.2 Kotlin: 1.2.41 gradle: 3.1.2
repositories { google() jcenter() mavenCentral() repositories { maven { url 'https://jitpack.io' } //For dependencies from Git hub } }
@chooven You can add this to the project level build.gradle
maven {
url 'https://repo.adobe.com/nexus/content/repositories/releases/'
}