Skip to content

Commit 759bd61

Browse files
author
Gustavo Lorena
committed
fix: update to firebase messaging version in android.
(cherry picked from commit aedf868a22145a54a8930b4b7352aaf77ad63f9d)
1 parent aba94b5 commit 759bd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ dependencies {
5252
implementation("com.github.AjuntamentdeBarcelona.modul_comu_osam:common:3.0.1")
5353
implementation("com.google.code.gson:gson:2.10.1")
5454

55-
implementation(platform("com.google.firebase:firebase-bom:33.1.2"))
56-
implementation("com.google.firebase:firebase-messaging-ktx")
55+
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))
56+
implementation("com.google.firebase:firebase-messaging")
5757
}

0 commit comments

Comments
 (0)