Skip to content

Commit

Permalink
SDK and Sample v5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad committed Mar 28, 2024
1 parent 66d33fd commit 5690c20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
## [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.

## [5.15.0] - 2024-03-07
### Added:
- Global Control Group support for in-app messages. From now on, you can use this feature in in-app messaging communication. This lets you take your marketing efforts to the next level and provides a solid foundation for accurate measurement of campaign effectiveness. Read more at https://hub.synerise.com/docs/settings/configuration/global-control-group/.
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.15.0)
# Synerise Android SDK (v5.16.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
9 changes: 5 additions & 4 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 231
versionName "5.15.0"
versionCode 234
versionName "5.16.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -79,7 +79,7 @@ android {

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

dependencies {
Expand All @@ -106,7 +106,8 @@ dependencies {
implementation "com.google.dagger:dagger:$daggerVersion"
annotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion"
// Synerise
implementation "com.synerise.sdk:synerise-mobile-sdk:$syneriseVersion"
implementation project(':synerise-mobile-sdk')
//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 5690c20

Please sign in to comment.