Skip to content

Commit 5c72772

Browse files
chore: version 1.14.1 (#313)
1 parent 02b1537 commit 5c72772

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

crowdin-controls/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
dependencies {
6363

6464
implementation project(":crowdin")
65-
// implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.14.0'
65+
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.14.0'
6666

6767
implementation fileTree(dir: "libs", include: ["*.jar"])
6868
implementation 'androidx.core:core-ktx:1.10.1'

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 = 50
10-
libraryVersionName = "1.14.0"
9+
libraryVersionCode = 51
10+
libraryVersionName = "1.14.1"
1111

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

website/docs/advanced-features/sdk-controls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add the dependency:
3636

3737
```groovy
3838
dependencies {
39-
implementation 'com.github.crowdin.mobile-sdk-android:controls:1.14.0'
39+
implementation 'com.github.crowdin.mobile-sdk-android:controls:1.14.1'
4040
}
4141
```
4242

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.14.0'
30+
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.14.1'
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.14.0'
18+
implementation 'com.github.crowdin.mobile-sdk-android:sdk:1.14.1'
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.14.0') {
30+
implementation ('com.github.crowdin.mobile-sdk-android:sdk:1.14.1') {
3131
exclude group: 'com.google.code.gson', module: 'gson'
3232
}
3333
```

0 commit comments

Comments
 (0)