Could not find firebase-common-debug.aar in version 1.3.0
See original GitHub issueval commonMain by getting {
dependencies {
implementation("dev.gitlive:firebase-firestore:1.3.0")
}
}
Using 1.3.0 instead of 1.2.0 results in this build error:
Could not resolve all files for configuration ‘:androidApp:debugRuntimeClasspath’. Failed to transform firebase-common-debug.aar (dev.gitlive:firebase-common-android-debug:1.3.0) to match attributes {artifactType=android-databinding, com.android.build.api.attributes.BuildTypeAttr=debug, com.android.build.api.attributes.VariantAttr=debug, org.gradle.status=release, org.gradle.usage=java-runtime, org.jetbrains.kotlin.platform.type=androidJvm}. Could not find firebase-common-debug.aar (dev.gitlive:firebase-common-android-debug:1.3.0). Searched in the following locations: https://repo.maven.apache.org/maven2/dev/gitlive/firebase-common-android-debug/1.3.0/firebase-common-android-debug-1.3.0.aar
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:5 (3 by maintainers)
Hi guys, sorry about that, was a problem with the publishing. Its now fixed in 1.3.1, please try it. Closing as i was able to reproduce and fixed with 1.3.1
Can confirm I’m getting the same 👍