Skip to content

Commit

Permalink
SDK and Sample v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Nedzynski committed May 14, 2021
1 parent 434cd4e commit b15efef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog
All notable changes to this project will be documented in this file.
## [3.7.4]
## [3.7.5]
### Added
- `messagingServiceType` method to Synerise.Builder. Distinguish between hms and gms
- `rxJavaErrorHandlingEnabled` method to Synerise.Builder
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://synerise.bintray.com/Android" }
maven { url 'https://pkgs.dev.azure.com/Synerise/AndroidSDK/_packaging/prod/maven/v1' }
}
}
```
Expand All @@ -30,7 +30,6 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'io.fabric.tools:gradle:1.30.0'
}
}
Expand All @@ -45,7 +44,7 @@ apply plugin: 'com.android.application'
dependencies {
...
// Synerise Android SDK
implementation 'com.synerise.sdk:synerise-mobile-sdk:3.7.4'
implementation 'com.synerise.sdk:synerise-mobile-sdk:3.7.5'
}
```

Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
applicationId "com.synerise.sample"
versionCode 96
versionName "3.7.4"
versionCode 97
versionName "3.7.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -65,7 +65,7 @@ android {

ext {
daggerVersion = '2.16'
syneriseVersion = '3.7.4'
syneriseVersion = '3.7.5'
}

dependencies {
Expand Down

0 comments on commit b15efef

Please sign in to comment.