Skip to content

Commit

Permalink
Merge pull request #57 from mrmike/release/0.7.0
Browse files Browse the repository at this point in the history
Release version 0.7.0
  • Loading branch information
mrmike committed Jan 24, 2021
2 parents 1866a4c + e7faec5 commit 2d91524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ repositories {
}
dependencies {
implementation 'com.github.mrmike:ok2curl:0.6.0'
implementation 'com.github.mrmike:ok2curl:0.7.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion ok2curl/build.gradle
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

group='com.github.mrmike'
version='0.6.0'
version='0.7.0'

targetCompatibility = '1.8'
sourceCompatibility = '1.8'
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Expand Up @@ -32,14 +32,14 @@ dependencies {
implementation project(':ok2curl')

/**
* implementation 'com.github.mrmike:ok2curl:0.6.0'
* implementation 'com.github.mrmike:ok2curl:0.7.0'
*/

/**
* Ok2Curl is packed with the latest version of OkHttp. If you already have OkHttp declared in
* your dependencies or want to use different version simply add exclude module.
*
* implementation ('com.github.mrmike:ok2curl:0.6.0') {
* implementation ('com.github.mrmike:ok2curl:0.7.0') {
* exclude module: 'okhttp'
* }
*/
Expand Down

0 comments on commit 2d91524

Please sign in to comment.