Skip to content

Commit

Permalink
refactor: get FB Messaging dependency from main module instead of Kot…
Browse files Browse the repository at this point in the history
…lin dedicated module

References: 'com.google.firebase:firebase-messaging-ktx' is now deprecated.
  • Loading branch information
alexgerardojacinto committed Sep 11, 2024
1 parent da54f2e commit cb0ad2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.8.9")

implementation platform('com.google.firebase:firebase-bom:33.2.0')
implementation("com.google.firebase:firebase-messaging-ktx")
implementation("com.google.firebase:firebase-messaging")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2")
Expand Down

0 comments on commit cb0ad2c

Please sign in to comment.