We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4da2c3 commit c55da05Copy full SHA for c55da05
1 file changed
README.md
@@ -12,12 +12,12 @@
12
<dependency>
13
<groupId>com.qiniu</groupId>
14
<artifactId>qiniu-java-sdk</artifactId>
15
- <version>[7.3.0, 7.3.99]</version>
+ <version>[7.4.0, 7.4.99]</version>
16
</dependency>
17
```
18
或者 Gradle:
19
```groovy
20
-compile 'com.qiniu:qiniu-java-sdk:7.3.+'
+compile 'com.qiniu:qiniu-java-sdk:7.4.+'
21
22
23
## 运行环境
0 commit comments