Skip to content

Commit

Permalink
[QA-1254] Fix android notification linking
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers committed May 15, 2024
1 parent 099a79b commit 786d979
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.0.0"

implementation project(':react-native-notifications')
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation platform('com.google.firebase:firebase-bom:31.1.1')
implementation 'com.google.firebase:firebase-messaging'
implementation 'com.google.firebase:firebase-analytics'

implementation 'com.github.nsure-ai:android-sdk:1.3.2'

if (hermesEnabled.toBoolean()) {
Expand Down

0 comments on commit 786d979

Please sign in to comment.