File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
}
49
49
```
50
50
51
- 4 . Check that bluetooth is availible and enabled:
51
+ 4 . Check that bluetooth is available and enabled:
52
52
``` java
53
53
// check if bluetooth is supported on your hardware
54
54
if (! rxBluetooth. isBluetoothAvailable()) {
@@ -345,7 +345,7 @@ rxBluetooth.observeAclEvent() //
345
345
Download
346
346
--------
347
347
``` groovy
348
- compile 'com.github.ivbaranov:rxbluetooth:0.1.5 '
348
+ compile 'com.github.ivbaranov:rxbluetooth:0.1.6 '
349
349
```
350
350
Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snapshots ] .
351
351
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ MIN_SDK_VERSION=11
13
13
TARGET_SDK_VERSION =25
14
14
15
15
# Current library version
16
- VERSION_NAME =0.1.5
17
- VERSION_CODE =12
16
+ VERSION_NAME =0.1.6
17
+ VERSION_CODE =13
18
18
19
19
# Dependency versions (library)
20
20
SUPPORT_LIBRARY_VERSION =25.3.1
You can’t perform that action at this time.
0 commit comments