Move appdistribution declarations to Gradle catalog
This commit is contained in:
parent
8819522423
commit
067734ecb9
3 changed files with 5 additions and 3 deletions
|
|
@ -27,7 +27,6 @@ dependencies {
|
|||
implementation(libs.android.gradle.plugin)
|
||||
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.1")
|
||||
implementation(libs.firebase.appdistribution.gradle)
|
||||
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue