Configure com.google.firebase:firebase-bom and add dependency on firebase-messaging-ktx
This commit is contained in:
committed by
Benoit Marty
parent
8ce6af7951
commit
bec72cbc22
@@ -27,6 +27,8 @@ repositories {
|
||||
dependencies {
|
||||
implementation(libs.android.gradle.plugin)
|
||||
implementation(libs.kotlin.gradle.plugin)
|
||||
implementation(libs.firebase.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(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user