Skip to content

Commit 16c9e48

Browse files
committed
7.3.12
1 parent ef21d75 commit 16c9e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
compile 'com.squareup.okhttp3:okhttp:3.8.1'
39+
compile 'com.squareup.okhttp3:okhttp:3.10.0'
4040
compile 'com.qiniu:happy-dns:0.2.13'
4141
compile fileTree(include: ['*.jar'], dir: 'libs')
4242
}

library/src/main/java/com/qiniu/android/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
public final class Constants {
5-
public static final String VERSION = "7.3.11";
5+
public static final String VERSION = "7.3.12";
66

77
public static final String UTF_8 = "utf-8";
88
}

0 commit comments

Comments
 (0)