Skip to content

Commit

Permalink
Merge pull request #21 from mrmike/targetcompatibility
Browse files Browse the repository at this point in the history
Target compatibility 1.7
  • Loading branch information
mrmike committed Jun 28, 2016
2 parents a06fd67 + 4fc7ef9 commit a801879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.4'
compile 'com.github.mrmike:ok2curl:0.2.5'
}
```

Expand Down
5 changes: 4 additions & 1 deletion ok2curl/build.gradle
Expand Up @@ -2,7 +2,10 @@ apply plugin: 'java'
apply plugin: 'maven'

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

targetCompatibility = '1.7'
sourceCompatibility = '1.7'

dependencies {
compile 'com.squareup.okhttp3:okhttp:3.3.1'
Expand Down

0 comments on commit a801879

Please sign in to comment.