Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 6934e6f

Browse files
committed
...and back to using firebase messaging
1 parent a2260c9 commit 6934e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ dependencies {
5454
implementation 'com.facebook.react:react-native:+'
5555
implementation "com.google.android.gms:play-services-gcm:$googlePlayServicesVersion"
5656
implementation 'me.leolin:ShortcutBadger:1.1.8@aar'
57-
implementation "com.google.firebase:firebase-core:$firebaseVersion"
57+
implementation "com.google.firebase:firebase-messaging:$firebaseVersion"
5858

5959
}

0 commit comments

Comments
 (0)