diff --git a/README.md b/README.md index aef21dd3..bfcfe6dd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ ThirtyInch is available via [jcenter](http://blog.bintray.com/2015/02/09/android ```gradle dependencies { - def thirtyinchVersion = '1.0.0' implementation "net.grandcentrix.thirtyinch:thirtyinch:$thirtyinchVersion" implementation "net.grandcentrix.thirtyinch:thirtyinch-rx2:$thirtyinchVersion" implementation "net.grandcentrix.thirtyinch:thirtyinch-logginginterceptor:$thirtyinchVersion" diff --git a/build.gradle b/build.gradle index a5421838..42af3b74 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,9 @@ allprojects { } ext { - VERSION_NAME = "1.0.0" - VERSION_CODE = 15 + VERSION_NAME = "1.0.1" + VERSION_CODE = 16 + MIN_SDK_VERSION = 14 // If you change the SDK version don't forget to update .travis.yml TARGET_SDK_VERSION = 28 diff --git a/sample/build.gradle b/sample/build.gradle index 8d648806..a896ff25 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -26,7 +26,6 @@ dependencies { implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion" implementation 'com.jakewharton.rxbinding:rxbinding:1.0.1' - //def thirtyinchVersion = '1.0.0' //implementation "net.grandcentrix.thirtyinch:thirtyinch:$thirtyinchVersion" //implementation "net.grandcentrix.thirtyinch:thirtyinch-rx:$thirtyinchVersion" //implementation "net.grandcentrix.thirtyinch:thirtyinch-logginginterceptor:$thirtyinchVersion"