Skip to content

Commit

Permalink
chore: version 1.7.0 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Aug 12, 2023
1 parent a88d8c3 commit 70ed637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crowdin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
apply from: '../jacoco.gradle'

ext {
libraryVersionCode = 35
libraryVersionName = "1.6.0"
libraryVersionCode = 36
libraryVersionName = "1.7.0"

publishedGroupId = 'com.crowdin.platform'
libraryName = 'CrowdinAndroidSdk'
Expand Down
4 changes: 2 additions & 2 deletions website/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the dependency:

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

Expand All @@ -27,7 +27,7 @@ For Android projects that already have the [transitive dependency](https://docs.
To fix this, exclude `gson` from Crowdin or from your library, but be sure to keep the newer one for backward compatibility.

```groovy
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.6.0') {
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.7.0') {
exclude group: 'com.google.code.gson', module: 'gson'
}
```
Expand Down

0 comments on commit 70ed637

Please sign in to comment.