File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add this dependency to your project's POM:
3131<dependency >
3232 <groupId >video.api</groupId >
3333 <artifactId >java-api-client</artifactId >
34- <version >1.4.7 </version >
34+ <version >1.4.8 </version >
3535 <scope >compile</scope >
3636</dependency >
3737```
@@ -41,7 +41,7 @@ Add this dependency to your project's POM:
4141Add this dependency to your project's build file:
4242
4343``` groovy
44- implementation "video.api:java-api-client:1.4.7 "
44+ implementation "video.api:java-api-client:1.4.8 "
4545```
4646
4747#### Others
@@ -54,7 +54,7 @@ mvn clean package
5454
5555Then manually install the following JARs:
5656
57- * ` target/java-api-client-1.4.7 .jar `
57+ * ` target/java-api-client-1.4.8 .jar `
5858* ` target/lib/*.jar `
5959
6060### Code sample
You can’t perform that action at this time.
0 commit comments