boengli opened a new issue, #1466:
URL: https://github.com/apache/cordova-android/issues/1466
After updating to cordova-android 11.0.0, the Android build fails with the
following error(s):
I have tried everything possible, but am at a loss...
```
> Could not resolve all files for configuration
':app:debugRuntimeClasspath'.
> Could not find com.google.android.gms:play-services-auth:20.3.0.
Searched in the following locations:
-
https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-auth/20.3.0/play-services-auth-20.3.0.pom
-
https://repo.maven.apache.org/maven2/com/google/android/gms/play-services-auth/20.3.0/play-services-auth-20.3.0.pom
Required by:
project :app
> Could not find com.google.android.gms:play-services-identity:20.3.0.
Searched in the following locations:
-
https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-identity/20.3.0/play-services-identity-20.3.0.pom
-
https://repo.maven.apache.org/maven2/com/google/android/gms/play-services-identity/20.3.0/play-services-identity-20.3.0.pom
Required by:
project :app
```
build.gradle:
```
buildscript {
apply from: 'CordovaLib/cordova.gradle'
apply from: 'repositories.gradle'
repositories repos
dependencies {
classpath
"com.android.tools.build:gradle:${cordovaConfig.AGP_VERSION}"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:${cordovaConfig.KOTLIN_VERSION}"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
cdvHelpers.verifyCordovaConfigForBuild()
}
```
repositories.gradle:
```
ext.repos = {
google()
mavenCentral()
}
```
Does anyone have an idea?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]