* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Failed to transform firebase-auth-23.2.1.aar (com.google.firebase:firebase-auth:23.2.1)
to match attributes {artifactType=android-aar-metadata, org.gradle.category=library,
org.gradle.libraryelements=jar,
org.gradle.status=release, org.gradle.usage=java-runtime}.
> Could not find firebase-auth-23.2.1.aar (com.google.firebase:firebase-auth:23.2.1).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-auth/23.2.1/firebase-auth-23.2.1.aar
https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-auth/23.2.1/firebase-auth-23.2.1.jar
После добавления пакета [b] firebase_auth [/b] в проект я получаю ошибку сборки, такую как: [code]* What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Failed to transform firebase-auth-23.2.1.aar (com.google.firebase:firebase-auth:23.2.1) to match attributes {artifactType=android-aar-metadata, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Could not find firebase-auth-23.2.1.aar (com.google.firebase:firebase-auth:23.2.1). Searched in the following locations: https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-auth/23.2.1/firebase-auth-23.2.1.aar https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-auth/23.2.1/firebase-auth-23.2.1.jar [/code]