diff --git a/README.md b/README.md index 191f415..f5b7022 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ Download -------- Releases are available both in `jcenter` and `mavenCentral` repositories. ```groovy -compile 'com.github.ivbaranov:rxbluetooth2:2.0.1' +compile 'com.github.ivbaranov:rxbluetooth2:2.0.3' ``` #### Snapshots diff --git a/gradle.properties b/gradle.properties index a40e903..528bf0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,8 +13,8 @@ MIN_SDK_VERSION=11 TARGET_SDK_VERSION=26 # Current library version -VERSION_NAME=2.0.2 -VERSION_CODE=17 +VERSION_NAME=2.0.3 +VERSION_CODE=18 # Dependency versions (library) SUPPORT_LIBRARY_VERSION=25.3.1