Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Add these lines
implementation 'com.google.firebase:firebase-core:16.0.9'
implementation 'com.google.firebase:firebase-messaging:18.0.0'
implementation 'com.pusher:push-notifications-android:1.9.1'
implementation 'com.pusher:push-notifications-android:1.9.0'
}

// Add this line to the end of the file
Expand All @@ -49,7 +49,7 @@ dependencies {
// Add these lines
implementation 'com.google.firebase:firebase-messaging:22.0.0'
implementation 'com.google.firebase:firebase-installations:17.1.0'
implementation 'com.pusher:push-notifications-android:1.9.1'
implementation 'com.pusher:push-notifications-android:1.9.0'
}

// Add this line to the end of the file
Expand Down