Skip to content

Commit

Permalink
Bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Feb 26, 2018
1 parent eac29c1 commit 9b51304
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 {
compile 'com.github.mrmike:Ok2Curl:0.4.4'
compile 'com.github.mrmike:Ok2Curl:0.4.5'
}
```

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.4.4'
version='0.4.5'

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

/**
* implementation 'com.github.mrmike:ok2curl:0.4.3'
* implementation 'com.github.mrmike:ok2curl:0.4.5'
*/

/**
* 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.4.3') {
* implementation ('com.github.mrmike:ok2curl:0.4.5') {
* exclude module: 'okhttp'
* }
*/
Expand Down

0 comments on commit 9b51304

Please sign in to comment.