android-getting-started-samples
android-getting-started-samples copied to clipboard
Error:(49, 13) Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.1251
Error:(49, 13) Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.1251 Show in File
Show in Project Structure dialog
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()
}
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,