Skip to content

Commit

Permalink
SDK and Sample v5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad committed Apr 25, 2024
1 parent 0993b16 commit d123d44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
## [5.17.0] - 2024-04-25
### Added:
- `systemPushConsent` field to registerForPush body. This will improve notification permission management.
- `Synerise.settings.tracker.eventsTriggeringFlush` - this is the list with action names of event's which will trigger instant send of all events in a batch.

### Changed:
- `registerForPushRequired` will be now called after full initialization of sdk. ( It was triggered during initialization in previous versions of sdk )

## [5.16.2] - 2024-04-05
### Fixed:
- NPE on getClientId after apiKey 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.2)
# Synerise Android SDK (v5.17.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
6 changes: 3 additions & 3 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 236
versionName "5.16.2"
versionCode 240
versionName "5.17.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -79,7 +79,7 @@ android {

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

dependencies {
Expand Down

0 comments on commit d123d44

Please sign in to comment.