Skip to content

Commit

Permalink
SDK and Sample v3.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Nedzynski committed Aug 24, 2020
1 parent ce444cf commit 5d20fa1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [3.6.15] - 2020-08-24
### Added
- time synchronization with server
- `time` parameter to events

## [3.6.14] - 2020-07-28
### Changed
- timeout to 60s
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apply plugin: 'com.android.application'
dependencies {
...
// Synerise Android SDK
implementation 'com.synerise.sdk:synerise-mobile-sdk:3.6.14'
implementation 'com.synerise.sdk:synerise-mobile-sdk:3.6.15'
}
```

Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 19
targetSdkVersion 29
applicationId "com.synerise.sample"
versionCode 83
versionName "3.6.14"
versionCode 84
versionName "3.6.15"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -65,7 +65,7 @@ android {

ext {
daggerVersion = '2.16'
syneriseVersion = '3.6.14'
syneriseVersion = '3.6.15'
}

dependencies {
Expand Down

0 comments on commit 5d20fa1

Please sign in to comment.