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 238d728 commit b1ffa0aCopy full SHA for b1ffa0a
README.md
@@ -30,7 +30,7 @@ repositories {
30
maven { url "https://jitpack.io" }
31
}
32
dependencies {
33
- compile "com.github.crowdin:crowdin-api-client-java:1.3.15"
+ compile "com.github.crowdin:crowdin-api-client-java:1.3.16"
34
35
```
36
@@ -46,7 +46,7 @@ dependencies {
46
<dependency>
47
<groupId>com.github.crowdin</groupId>
48
<artifactId>crowdin-api-client-java</artifactId>
49
- <version>1.3.15</version>
+ <version>1.3.16</version>
50
</dependency>
51
52
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
sourceCompatibility = 8
10
-version '1.3.15'
+version '1.3.16'
11
12
repositories {
13
mavenCentral()
0 commit comments