Skip to content

Commit

Permalink
Update Okhttp3 to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kikuchy committed Nov 8, 2016
1 parent 42a8414 commit 4dbdb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stetho-okhttp3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
dependencies {
compile project(':stetho')
compile 'com.google.code.findbugs:jsr305:2.0.1'
compile 'com.squareup.okhttp3:okhttp:3.0.1'
compile 'com.squareup.okhttp3:okhttp:3.4.2'

testCompile 'junit:junit:4.12'
testCompile('org.robolectric:robolectric:2.4') {
Expand All @@ -37,7 +37,7 @@ dependencies {
testCompile 'org.powermock:powermock-module-junit4-rule:1.6.1'
testCompile 'org.powermock:powermock-classloading-xstream:1.6.1'

testCompile 'com.squareup.okhttp3:mockwebserver:3.0.1'
testCompile 'com.squareup.okhttp3:mockwebserver:3.4.2'
}

apply from: rootProject.file('release.gradle')

0 comments on commit 4dbdb73

Please sign in to comment.