From 0993b16d796bd61fcd80ad339df7edfed2d6cd1c Mon Sep 17 00:00:00 2001 From: Konrad Date: Fri, 5 Apr 2024 11:35:23 +0200 Subject: [PATCH] SDK and Sample v5.16.2 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- sample/build.gradle | 9 ++++----- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f54139..e1845dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## [5.16.2] - 2024-04-05 +### Fixed: +- NPE on getClientId after apiKey changes + +## [5.16.1] - 2024-03-28 +### Fixed: +- registerForPushCache was not passing request after client context change within 24h. + +## [5.15.1] - 2024-03-28 +### Fixed: +- registerForPushCache was not passing request after client context change within 24h. + +## [5.14.2] - 2024-03-28 +### Fixed: +- registerForPushCache was not passing request after client context change within 24h. + ## [5.16.0] - 2024-03-24 ### Changed - Improved mechanism for checking capping in in-app messages. The number of views no longer resets when the account's UUID changes. diff --git a/README.md b/README.md index ffce6d8..417bc81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Synerise Android SDK (v5.16.0) +# Synerise Android SDK (v5.16.2) [![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 e92ab10..0abaade 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 21 targetSdkVersion 33 applicationId "com.synerise.sample" - versionCode 234 - versionName "5.16.0" + versionCode 236 + versionName "5.16.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true } @@ -79,7 +79,7 @@ android { ext { daggerVersion = '2.16' - syneriseVersion = '5.16.0' + syneriseVersion = '5.16.2' } dependencies { @@ -106,8 +106,7 @@ dependencies { implementation "com.google.dagger:dagger:$daggerVersion" annotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion" // Synerise - implementation project(':synerise-mobile-sdk') - //implementation "com.synerise.sdk:synerise-mobile-sdk:$syneriseVersion" + implementation "com.synerise.sdk:synerise-mobile-sdk:$syneriseVersion" // Facebook implementation 'com.facebook.android:facebook-login:4.41.0' // Firebase