Skip to content

Commit 2ea9ea2

Browse files
updated firebase version solved the issue, as with previous it was picking 20.2.2 that was causing the app to crash.
1 parent 5350835 commit 2ea9ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ext {
55

66
androidXVersion = '[1.0.0, 1.99.99]'
77
androidWorkVersion = '[2.0.0, 2.99.99]'
8-
firebaseMessagingVersion = '[19.0.0, 20.99.99]'
8+
firebaseMessagingVersion = '[19.0.0, 21.99.99]'
99
googleGMSVersion = '[17.0.0, 17.99.99]'
1010
}
1111

0 commit comments

Comments
 (0)