Skip to content

Commit 00cc01e

Browse files
chore: version 1.16.0 (#325)
1 parent e902536 commit 00cc01e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

crowdin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
apply from: '../jacoco.gradle'
77

88
ext {
9-
libraryVersionCode = 52
10-
libraryVersionName = "1.15.0"
9+
libraryVersionCode = 53
10+
libraryVersionName = "1.16.0"
1111

1212
publishedGroupId = 'com.crowdin.platform'
1313
libraryName = 'CrowdinAndroidSdk'

website/docs/guides/screenshots-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use the Crowdin SDK for automation testing, configure it as follows:
2727
Add the necessary dependency to your `build.gradle` file:
2828

2929
```groovy title="build.gradle"
30-
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.15.0'
30+
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.16.0'
3131
```
3232

3333
2. **Initialize the SDK:**

website/docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the dependency:
1515

1616
```groovy
1717
dependencies {
18-
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.15.0'
18+
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.16.0'
1919
}
2020
```
2121

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

2929
```groovy
30-
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.15.0') {
30+
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.16.0') {
3131
exclude group: 'com.google.code.gson', module: 'gson'
3232
}
3333
```

0 commit comments

Comments
 (0)