Configure com.google.firebase:firebase-bom and add dependency on firebase-messaging-ktx

This commit is contained in:
Benoit Marty
2023-03-13 15:17:44 +01:00
committed by Benoit Marty
parent 8ce6af7951
commit bec72cbc22
3 changed files with 8 additions and 3 deletions

View File

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