Skip to content

Commit 7f400ce

Browse files
Merge pull request #35 from crowdin/api-updates-2
add existing API
2 parents c1bc68b + 5d93d29 commit 7f400ce

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
maven { url "https://jitpack.io" }
2929
}
3030
dependencies {
31-
compile "com.github.crowdin:crowdin-api-client-java:1.2.0"
31+
compile "com.github.crowdin:crowdin-api-client-java:1.2.1"
3232
}
3333
```
3434

@@ -44,7 +44,7 @@ dependencies {
4444
<dependency>
4545
<groupId>com.github.crowdin</groupId>
4646
<artifactId>crowdin-api-client-java</artifactId>
47-
<version>1.2.0</version>
47+
<version>1.2.1</version>
4848
</dependency>
4949
```
5050

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
sourceCompatibility = 8
10-
version '1.2.0'
10+
version '1.2.1'
1111

1212
repositories {
1313
mavenCentral()

src/main/java/com/crowdin/client/translations/model/CrowdinTranslationCreateProjectBuildForm.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ public class CrowdinTranslationCreateProjectBuildForm implements BuildProjectTra
1212
private Boolean skipUntranslatedStrings;
1313
private Boolean skipUntranslatedFiles;
1414
private Boolean exportApprovedOnly;
15+
private Integer exportWithMinApprovalsCount;
1516

1617
}

0 commit comments

Comments
 (0)