Fix issue with lint.
This commit is contained in:
parent
245c46c8b8
commit
e9fa854143
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ dependencies {
|
||||||
implementation(projects.libraries.pushstore.api)
|
implementation(projects.libraries.pushstore.api)
|
||||||
implementation(projects.libraries.pushproviders.api)
|
implementation(projects.libraries.pushproviders.api)
|
||||||
|
|
||||||
implementation(platform(libs.google.firebase.bom))
|
api(platform(libs.google.firebase.bom))
|
||||||
api("com.google.firebase:firebase-messaging-ktx")
|
api("com.google.firebase:firebase-messaging-ktx")
|
||||||
|
|
||||||
testImplementation(libs.test.junit)
|
testImplementation(libs.test.junit)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue