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 315a1b6 commit 64e0196Copy full SHA for 64e0196
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.4"
+ compile "com.github.crowdin:crowdin-api-client-java:1.1.5"
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.4</version>
+ <version>1.1.5</version>
48
</dependency>
49
50
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
sourceCompatibility = 8
10
-version '1.1.4'
+version '1.1.5'
11
12
repositories {
13
mavenCentral()
0 commit comments