Skip to content

Commit

Permalink
chore: version 1.11.0 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Nov 28, 2024
1 parent 93ad752 commit fbdfb06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = 44
libraryVersionName = "1.10.1"
libraryVersionCode = 45
libraryVersionName = "1.11.0"

publishedGroupId = 'com.crowdin.platform'
libraryName = 'CrowdinAndroidSdk'
Expand Down
2 changes: 1 addition & 1 deletion website/docs/guides/screenshots-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use the Crowdin SDK for automation testing, configure it as follows:
Add the necessary dependency to your `build.gradle` file:

```groovy title="build.gradle"
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.10.1'
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.11.0'
```

2. **Initialize the SDK:**
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.10.1'
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.11.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.10.1') {
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.11.0') {
exclude group: 'com.google.code.gson', module: 'gson'
}
```
Expand Down

0 comments on commit fbdfb06

Please sign in to comment.