Skip to content

Commit

Permalink
SDK and Sample v5.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad committed Apr 5, 2024
1 parent 5690c20 commit 0993b16
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.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)
Expand Down
9 changes: 4 additions & 5 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -79,7 +79,7 @@ android {

ext {
daggerVersion = '2.16'
syneriseVersion = '5.16.0'
syneriseVersion = '5.16.2'
}

dependencies {
Expand All @@ -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
Expand Down

0 comments on commit 0993b16

Please sign in to comment.