Skip to content

Commit

Permalink
Merge pull request #19 from mrmike/update-okhttp
Browse files Browse the repository at this point in the history
Update okhttp library
  • Loading branch information
mrmike committed Jun 23, 2016
2 parents 459d611 + 3a06d16 commit a06fd67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ dependencies {
// snapshot version
compile 'com.github.mrmike:ok2curl:master-SNAPSHOT'
// or use specific version
compile 'com.github.mrmike:ok2curl:0.2.3'
compile 'com.github.mrmike:ok2curl:0.2.4'
}
```

Expand Down
6 changes: 3 additions & 3 deletions ok2curl/build.gradle
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'java'
apply plugin: 'maven'

group='com.github.mrmike'
version='0.2.3'
version='0.2.4'

dependencies {
compile 'com.squareup.okhttp3:okhttp:3.0.0'
compile 'com.squareup.okhttp3:okhttp:3.3.1'

testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'com.squareup.okhttp3:mockwebserver:3.0.0'
testCompile 'com.squareup.okhttp3:mockwebserver:3.3.1'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit a06fd67

Please sign in to comment.