We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef21d75 commit 16c9e48Copy full SHA for 16c9e48
library/build.gradle
@@ -36,7 +36,7 @@ android {
36
}
37
38
dependencies {
39
- compile 'com.squareup.okhttp3:okhttp:3.8.1'
+ compile 'com.squareup.okhttp3:okhttp:3.10.0'
40
compile 'com.qiniu:happy-dns:0.2.13'
41
compile fileTree(include: ['*.jar'], dir: 'libs')
42
library/src/main/java/com/qiniu/android/common/Constants.java
@@ -2,7 +2,7 @@
2
3
4
public final class Constants {
5
- public static final String VERSION = "7.3.11";
+ public static final String VERSION = "7.3.12";
6
7
public static final String UTF_8 = "utf-8";
8
0 commit comments