We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb06b2c commit 6c30ecdCopy full SHA for 6c30ecd
android/build.gradle
@@ -60,5 +60,6 @@ dependencies {
60
implementation "$appCompatLibName:$supportLibVersion"
61
implementation 'com.facebook.react:react-native:+'
62
implementation 'me.leolin:ShortcutBadger:1.1.22@aar'
63
- implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '21.1.0')}"
+ implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '23.1.2')}"
64
+ implementation "com.google.firebase:firebase-iid:21.1.0"
65
}
0 commit comments