Skip to content

Commit

Permalink
SDK and Sample v5.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad committed Oct 7, 2024
1 parent 87881c4 commit db87e01
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
## [5.22.0] - 2024-10-07
### Added
- safety mechanism in workManager fcm token refreshing flow for RN and Flutter.
- support for bigPicture and bigText style in notification at the same time. Text max lines is 5.

### Fixed
- notification callback issue when app was in foreground.

## [5.21.0] - 2024-09-19
### Added
- workManager mechanism to call onRegisterForPushRequired every 20 days.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Synerise Android SDK (v5.21.0)
# Synerise Android SDK (v5.22.0)

[![Platform](https://img.shields.io/badge/platform-Android-orange.svg)](https://github.com/synerise/android-sdk)
[![Languages](https://img.shields.io/badge/language-Java-orange.svg)](https://github.com/synerise/android-sdk)
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
minSdkVersion 21
targetSdkVersion 33
applicationId "com.synerise.sample"
versionCode 258
versionName "5.21.0"
versionCode 260
versionName "5.22.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -80,7 +80,7 @@ android {

ext {
daggerVersion = '2.16'
syneriseVersion = '5.21.0'
syneriseVersion = '5.22.0'
}

dependencies {
Expand Down

0 comments on commit db87e01

Please sign in to comment.