-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade firebase-messaging and google services to fix the push notifi…
…cation receiving issue when the app is closed (#400) Co-authored-by: samy <samy.nassiem@virtual-solution.com>
- Loading branch information
1 parent
80260a7
commit 719626e
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.../push-notifications/src/main/resources/META-INF/substrate/dalvik/android-dependencies.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters