File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ API client library for Kintone REST APIs on Java.
88 Add dependency declaration in ` build.gradle ` of your project.
99 ```
1010 dependencies {
11- implementation 'com.kintone:kintone-java-client:2.4 .0'
11+ implementation 'com.kintone:kintone-java-client:2.5 .0'
1212 }
1313 ```
1414- For projects using Maven
@@ -17,7 +17,7 @@ API client library for Kintone REST APIs on Java.
1717 <dependency>
1818 <groupId>com.kintone</groupId>
1919 <artifactId>kintone-java-client</artifactId>
20- <version>2.4 .0</version>
20+ <version>2.5 .0</version>
2121 </dependency>
2222 ```
2323
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id ' com.github.hierynomus.license' version ' 0.16.1'
77}
88
9- version = ' 2.4 .0'
9+ version = ' 2.5 .0'
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
1212
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ client.close();
2929Add dependency declaration in ` build.gradle ` of your project.
3030``` groovy
3131dependencies {
32- implementation 'com.kintone:kintone-java-client:2.4 .0'
32+ implementation 'com.kintone:kintone-java-client:2.5 .0'
3333}
3434```
3535
@@ -39,7 +39,7 @@ Add dependency declaration in `pom.xml` of your project.
3939<dependency >
4040 <groupId >com.kintone</groupId >
4141 <artifactId >kintone-java-client</artifactId >
42- <version >2.4 .0</version >
42+ <version >2.5 .0</version >
4343</dependency >
4444```
4545
You can’t perform that action at this time.
0 commit comments