Skip to content

Commit f61fcb1

Browse files
authored
Update the com.pusher:push-notifications-android dependency to 1.9.0
There have been many improvements and fixes since then: pusher/push-notifications-android@1.4.5...1.9.0 This also fixes the problematic dependency on com.firebase:firebase-jobdispatcher:0.8.5.
1 parent 26b3fac commit f61fcb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ dependencies {
5050
implementation 'com.facebook.react:react-native:+'
5151
implementation 'com.google.firebase:firebase-core:16.0.1'
5252
implementation 'com.google.firebase:firebase-messaging:17.3.4'
53-
implementation 'com.pusher:push-notifications-android:1.4.5'
53+
implementation 'com.pusher:push-notifications-android:1.9.0'
5454

5555
}

0 commit comments

Comments
 (0)