We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2ac4a commit ea0ee96Copy full SHA for ea0ee96
README.md
@@ -36,7 +36,7 @@ repositories {
36
maven { url "https://jitpack.io" }
37
}
38
dependencies {
39
- compile "com.github.crowdin:crowdin-api-client-java:1.22.0"
+ compile "com.github.crowdin:crowdin-api-client-java:1.23.0"
40
41
```
42
@@ -52,7 +52,7 @@ dependencies {
52
<dependency>
53
<groupId>com.github.crowdin</groupId>
54
<artifactId>crowdin-api-client-java</artifactId>
55
- <version>1.22.0</version>
+ <version>1.23.0</version>
56
</dependency>
57
58
build.gradle
@@ -15,7 +15,7 @@ task myJavadocs(type: Javadoc) {
15
16
17
sourceCompatibility = 8
18
-version '1.22.0'
+version '1.23.0'
19
20
repositories {
21
mavenCentral()
0 commit comments