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 7725a96 commit 2850ba3Copy full SHA for 2850ba3
Parse/build.gradle
@@ -42,13 +42,13 @@ android {
42
dependencies {
43
compile 'com.parse.bolts:bolts-tasks:1.4.0'
44
45
- provided 'com.squareup.okhttp3:okhttp:3.2.0'
+ provided 'com.squareup.okhttp3:okhttp:3.3.0'
46
provided 'com.facebook.stetho:stetho:1.3.0'
47
48
testCompile 'org.robolectric:robolectric:3.0'
49
testCompile 'org.skyscreamer:jsonassert:1.2.3'
50
testCompile 'org.mockito:mockito-core:1.10.19'
51
- testCompile 'com.squareup.okhttp3:mockwebserver:3.2.0'
+ testCompile 'com.squareup.okhttp3:mockwebserver:3.3.0'
52
}
53
54
android.libraryVariants.all { variant ->
0 commit comments