diff --git a/README.md b/README.md index 0bbd5d0..46b86ac 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,7 @@ Download -------- Releases are available both in `jcenter` and `mavenCentral` repositories. ```groovy -compile 'com.github.ivbaranov:rxbluetooth2:2.0.3' +compile 'com.github.ivbaranov:rxbluetooth2:2.0.4' ``` #### Snapshots diff --git a/gradle.properties b/gradle.properties index 528bf0c..dd12f0e 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.3 -VERSION_CODE=18 +VERSION_NAME=2.0.4 +VERSION_CODE=19 # Dependency versions (library) SUPPORT_LIBRARY_VERSION=25.3.1