Update dependency com.google.firebase:firebase-appdistribution-gradle to v4.0.1

This commit is contained in:
renovate[bot]
2023-10-26 21:47:50 +00:00
committed by GitHub
parent a67560c74b
commit 0b19f64997

View File

@@ -28,6 +28,6 @@ dependencies {
implementation(libs.kotlin.gradle.plugin)
implementation(platform(libs.google.firebase.bom))
// FIXME: using the bom ^, it should not be necessary to provide the version v...
implementation("com.google.firebase:firebase-appdistribution-gradle:4.0.0")
implementation("com.google.firebase:firebase-appdistribution-gradle:4.0.1")
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
}