From 592c8ab7d378743920acacc0c0bda7b0ec06136c Mon Sep 17 00:00:00 2001 From: Robert Oles Date: Wed, 22 Feb 2023 09:46:10 +0000 Subject: [PATCH] Release 1.9.2 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- pushnotifications/build.gradle | 2 +- pushnotifications/gradle.properties | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f1017..5c29144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.9.2] - 2023-02-22 + +### Changed +- Revert firebase-iid dependency removal + ## [1.9.1] - 2022-12-21 ### Changed diff --git a/README.md b/README.md index 254a720..edff7df 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.2' } // 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.2' } // Add this line to the end of the file diff --git a/pushnotifications/build.gradle b/pushnotifications/build.gradle index b6169be..4dfac74 100644 --- a/pushnotifications/build.gradle +++ b/pushnotifications/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 16 targetSdkVersion 29 versionCode 1 - versionName "1.9.1" + versionName "1.9.2" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } diff --git a/pushnotifications/gradle.properties b/pushnotifications/gradle.properties index 368a8c4..cae6dde 100644 --- a/pushnotifications/gradle.properties +++ b/pushnotifications/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.9.1 +VERSION_NAME=1.9.2 VERSION_CODE=1 GROUP=com.pusher