From e0dcc26e716da737be30d64c782f20765025c264 Mon Sep 17 00:00:00 2001 From: Konrad Date: Thu, 28 Nov 2024 09:28:05 +0100 Subject: [PATCH] SDK and Sample v 5.22.4 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- sample/build.gradle | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d2c7e..3101485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 65ac21c..ee77718 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/sample/build.gradle b/sample/build.gradle index 7819514..00250f6 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -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 } @@ -80,7 +80,7 @@ android { ext { daggerVersion = '2.16' - syneriseVersion = '5.22.3' + syneriseVersion = '5.22.4' } dependencies {