Configure com.google.firebase:firebase-bom and add dependency on firebase-messaging-ktx
This commit is contained in:
parent
a073afe8c9
commit
7fad3caea4
3 changed files with 8 additions and 3 deletions
|
|
@ -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))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue