diff --git a/README.md b/README.md index bda9e0e..1b9773d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ repositories { } dependencies { - compile 'com.github.mrmike:Ok2Curl:0.4.4' + compile 'com.github.mrmike:Ok2Curl:0.4.5' } ``` diff --git a/ok2curl/build.gradle b/ok2curl/build.gradle index 1d949df..eadc6e3 100644 --- a/ok2curl/build.gradle +++ b/ok2curl/build.gradle @@ -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' diff --git a/sample/build.gradle b/sample/build.gradle index aa929b1..2cb0713 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -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' * } */