We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d5a82 commit 5ed8cbaCopy full SHA for 5ed8cba
README.md
@@ -259,7 +259,7 @@ bluetoothConnection.send("There".getBytes()); // Array of bytes
259
Download
260
--------
261
```groovy
262
-compile 'com.github.ivbaranov:rxbluetooth:0.1.2'
+compile 'com.github.ivbaranov:rxbluetooth:0.1.3'
263
```
264
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snapshots].
265
gradle.properties
@@ -13,8 +13,8 @@ MIN_SDK_VERSION=11
13
TARGET_SDK_VERSION=23
14
15
# Current library version
16
-VERSION_NAME=0.1.2
17
-VERSION_CODE=9
+VERSION_NAME=0.1.3
+VERSION_CODE=10
18
19
# Dependency versions (library)
20
SUPPORT_LIBRARY_VERSION=23.1.1
0 commit comments