Skip to content

Commit

Permalink
Merge pull request #190 from crowdin/Version-1.5.7
Browse files Browse the repository at this point in the history
Version 1.5.7
  • Loading branch information
andrii-bodnar authored Nov 28, 2022
2 parents 2cf2915 + cd3b01e commit 468e9d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You have two ways to install Crowdin Android SDK.

```groovy
dependencies {
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.5.6'
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.5.7'
}
```

Expand All @@ -84,7 +84,7 @@ You have two ways to install Crowdin Android SDK.
To resolve, either exclude `gson` from Crowdin or from your library is OK, but be sure to keep the newer one for backward-compatibility.

```groovy
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.5.6') {
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.5.7') {
exclude group: 'com.google.code.gson', module: 'gson'
}
```
Expand Down
4 changes: 2 additions & 2 deletions crowdin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ plugins {
apply from: '../jacoco.gradle'

ext {
libraryVersionCode = 31
libraryVersionName = "1.5.6"
libraryVersionCode = 32
libraryVersionName = "1.5.7"

publishedGroupId = 'com.crowdin.platform'
libraryName = 'CrowdinAndroidSdk'
Expand Down

0 comments on commit 468e9d2

Please sign in to comment.