android-getting-started-samples icon indicating copy to clipboard operation
android-getting-started-samples copied to clipboard

Error:(49, 13) Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.1251

Open priyankapc opened this issue 7 years ago • 2 comments

Error:(49, 13) Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.1251 Show in File
Show in Project Structure dialog

priyankapc avatar Jul 25 '17 10:07 priyankapc

This worked for me:

allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url "${project.rootDir}/creativesdk-repo/release" // Location of the CSDK repo
        }
        maven {
            url 'https://repo.adobe.com/nexus/content/repositories/releases/'
        }
        maven {
            url 'http://maven.localytics.com/public'
        }
        mavenCentral()
    }

dzboot02 avatar Jul 28 '18 19:07 dzboot02

https://repo.adobe.com/nexus/content/repositories/releases/ returns 500 internal server error This is not the first time the server is down apparently. Thanks,

s4cha avatar Aug 23 '18 13:08 s4cha