Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Oles committed Feb 22, 2023
1 parent f5e3e70 commit 592c8ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.2'
}
// 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.2'
}
// Add this line to the end of the file
Expand Down
2 changes: 1 addition & 1 deletion pushnotifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "1.9.1"
versionName "1.9.2"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
2 changes: 1 addition & 1 deletion pushnotifications/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.9.1
VERSION_NAME=1.9.2
VERSION_CODE=1
GROUP=com.pusher

Expand Down

0 comments on commit 592c8ab

Please sign in to comment.