Skip to content

Commit

Permalink
Merge pull request #32 from mrmike/okhttp-3.8.1
Browse files Browse the repository at this point in the history
Update OkHttp to version 3.8.1
  • Loading branch information
mrmike committed Jul 26, 2017
2 parents d38cf18 + 7ea27bc commit 780c174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ok2curl/build.gradle
Expand Up @@ -2,17 +2,17 @@ apply plugin: 'java'
apply plugin: 'maven'

group='com.github.mrmike'
version='0.3.1'
version='0.3.2'

targetCompatibility = '1.7'
sourceCompatibility = '1.7'

dependencies {
compile 'com.squareup.okhttp3:okhttp:3.4.2'
compile 'com.squareup.okhttp3:okhttp:3.8.1'

testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'com.squareup.okhttp3:mockwebserver:3.4.2'
testCompile 'org.mockito:mockito-core:2.8.9'
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Expand Up @@ -49,5 +49,5 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'

testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'org.mockito:mockito-core:2.8.9'
}

0 comments on commit 780c174

Please sign in to comment.