Skip to content

Commit 6c30ecd

Browse files
committed
fix for zo0r#2352
1 parent eb06b2c commit 6c30ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ dependencies {
6060
implementation "$appCompatLibName:$supportLibVersion"
6161
implementation 'com.facebook.react:react-native:+'
6262
implementation 'me.leolin:ShortcutBadger:1.1.22@aar'
63-
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '21.1.0')}"
63+
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '23.1.2')}"
64+
implementation "com.google.firebase:firebase-iid:21.1.0"
6465
}

0 commit comments

Comments
 (0)