From 230b63ed10beb5b3f1345219407a7f1eceaf7c24 Mon Sep 17 00:00:00 2001 From: Ivan Baranov Date: Tue, 13 Nov 2018 17:20:59 +0300 Subject: [PATCH] Prepare for release. --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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