From d616d5b17795a2456a78c1e5ce17aece8a120a61 Mon Sep 17 00:00:00 2001 From: benjamin-tang-pusher Date: Tue, 3 Jan 2023 18:32:38 +0000 Subject: [PATCH] Revert back to 1.9.0 in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254a720..f57af8a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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