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 0457e5915c
commit 1fc0b8f45d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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))
}