Skip to content

Commit

Permalink
chore: version 1.9.2 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Apr 30, 2024
1 parent 9c5fa4a commit 7584d9f
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 = 41
libraryVersionName = "1.9.1"
libraryVersionCode = 42
libraryVersionName = "1.9.2"

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.9.1'
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.9.2'
}
```

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.9.1') {
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.9.2') {
exclude group: 'com.google.code.gson', module: 'gson'
}
```
Expand Down

0 comments on commit 7584d9f

Please sign in to comment.