Skip to content

Commit

Permalink
SDK and Sample v 5.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad committed Nov 28, 2024
1 parent d045d61 commit e0dcc26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
## [5.22.4] - 2024-11-27
### Fixed
- issue with notifications with image. ( No icon and app name on some devices )
- issue with overriding push notifications
- screenView problem when creating `screen.content` event
- r8 full mode support

## [5.22.3] - 2024-11-19
### Fixed
- issue with webview not being called on the same thread. Associated with inapps.
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.22.3)
# Synerise Android SDK (v5.22.4)

[![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 263
versionName "5.22.3"
versionCode 264
versionName "5.22.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -80,7 +80,7 @@ android {

ext {
daggerVersion = '2.16'
syneriseVersion = '5.22.3'
syneriseVersion = '5.22.4'
}

dependencies {
Expand Down

0 comments on commit e0dcc26

Please sign in to comment.