Skip to content

Commit

Permalink
fix for zo0r#2352
Browse files Browse the repository at this point in the history
  • Loading branch information
galkn committed May 3, 2024
1 parent eb06b2c commit 6c30ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ dependencies {
implementation "$appCompatLibName:$supportLibVersion"
implementation 'com.facebook.react:react-native:+'
implementation 'me.leolin:ShortcutBadger:1.1.22@aar'
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '21.1.0')}"
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '23.1.2')}"
implementation "com.google.firebase:firebase-iid:21.1.0"
}

0 comments on commit 6c30ecd

Please sign in to comment.