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 69fcf97 commit adaaec8Copy full SHA for adaaec8
library/build.gradle
@@ -36,9 +36,8 @@ android {
36
}
37
38
dependencies {
39
- compile 'com.squareup.okhttp:okhttp:2.6.0'
40
- compile 'com.squareup.okio:okio:1.6.0'
41
- compile 'com.qiniu:happy-dns:0.2.1'
+ compile 'com.squareup.okhttp:okhttp:2.7.2'
+ compile 'com.qiniu:happy-dns:0.2.5'
42
// compile 'com.android.support:appcompat-v7:21.0.3'
43
compile fileTree(include: ['*.jar'], dir: 'libs')
44
0 commit comments