Skip to content

Commit

Permalink
upgrade firebase-messaging and google services to fix the push notifi…
Browse files Browse the repository at this point in the history
…cation receiving issue when the app is closed (#400)

Co-authored-by: samy <samy.nassiem@virtual-solution.com>
  • Loading branch information
SamyNassiem and samy authored Oct 9, 2024
1 parent 80260a7 commit 719626e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
implementation 'com.google.gms:google-services:4.3.3'
implementation 'com.google.firebase:firebase-messaging:20.3.0'
implementation 'com.google.gms:google-services:4.4.1'
implementation 'com.google.firebase:firebase-messaging:23.4.1'
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ repositories {

dependencies {
compileOnly fileTree(dir: '../libs', include: '*.jar')
implementation 'com.google.gms:google-services:4.3.3'
implementation 'com.google.firebase:firebase-messaging:20.3.0'
implementation 'com.google.gms:google-services:4.4.1'
implementation 'com.google.firebase:firebase-messaging:23.4.1'
}

0 comments on commit 719626e

Please sign in to comment.