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 090840f commit cb2a772Copy full SHA for cb2a772
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.11"
+ compile "com.github.crowdin:crowdin-api-client-java:1.3.12"
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.11</version>
+ <version>1.3.12</version>
50
</dependency>
51
52
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
sourceCompatibility = 8
10
-version '1.3.11'
+version '1.3.12'
11
12
repositories {
13
mavenCentral()
0 commit comments