Skip to content

Commit

Permalink
Merge pull request #1987 from OneSignal/Update-firebase-message
Browse files Browse the repository at this point in the history
Update firebase-messaging version to 23.4.0
  • Loading branch information
jinliu9508 authored Feb 9, 2024
2 parents 07660f6 + 143793f commit 6fb2987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OneSignalSDK/onesignal/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ dependencies {
// firebase-messaging:23.0.0 incoporates fix for SecurityException: Not allowed to bind to service
api('com.google.firebase:firebase-messaging') {
version {
require '[19.0.0, 23.0.99]'
prefer '23.0.8'
require '[19.0.0, 23.4.99]'
prefer '23.4.0'
}
}

Expand Down

0 comments on commit 6fb2987

Please sign in to comment.