We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d48d3f commit 6b0b2d7Copy full SHA for 6b0b2d7
README.md
@@ -28,7 +28,7 @@ repositories {
28
maven { url "https://jitpack.io" }
29
}
30
dependencies {
31
- compile "com.github.crowdin:crowdin-api-client-java:1.1.3"
+ compile "com.github.crowdin:crowdin-api-client-java:1.1.4"
32
33
```
34
@@ -44,7 +44,7 @@ dependencies {
44
<dependency>
45
<groupId>com.github.crowdin</groupId>
46
<artifactId>crowdin-api-client-java</artifactId>
47
- <version>1.1.3</version>
+ <version>1.1.4</version>
48
</dependency>
49
50
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
sourceCompatibility = 8
10
-version '1.1.3'
+version '1.1.4'
11
12
repositories {
13
mavenCentral()
0 commit comments