Skip to content

Commit 52d08b3

Browse files
committed
Update RxAndroidBle dependency to version 1.3.
1 parent 915acb1 commit 52d08b3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
enable support for background mode. More info about usage can be found in documentation.
55
- All subscriptions and promises are properly "Destroyed" when `destory()` function is called.
66
- Fixed bug on Android where notification messages could be duplicated or skipped.
7+
- Updated RxAndroidBle to version 1.3
78
- Updated README file.
89
- Updated library logo
910

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d
2323
enable support for background mode. More info about usage can be found in documentation.
2424
- All subscriptions and promises are properly "Destroyed" when `destory()` function is called.
2525
- Fixed bug on Android where notification messages could be duplicated or skipped.
26+
- Updated RxAndroidBle to version 1.3
2627
- Updated README file.
2728
- Updated library logo
2829

@@ -66,8 +67,8 @@ Both on iOS and Android continue manually from step 7.
6667
* `$(SRCROOT)/../node_modules/react-native-ble-plx/ios/BleClientManager/Carthage/Build/iOS/RxBluetoothKit.framework`
6768
10) Minimal supported version of iOS is 8.0
6869
11) If you want to support background mode:
69-
* In your application target go to "Capabilities" tab and enable "Uses Bluetooth LE Accessories" in
70-
"Background Modes" section.
70+
* In your application target go to `Capabilities` tab and enable `Uses Bluetooth LE Accessories` in
71+
`Background Modes` section.
7172
* Pass `restoreStateIdentifier` and `restoreStateFunction` to `BleManager` constructor.
7273

7374
#### Android

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232

3333
dependencies {
3434
compile "com.facebook.react:react-native:0.20.1"
35-
compile "com.polidea.rxandroidble:rxandroidble:1.2.2"
35+
compile "com.polidea.rxandroidble:rxandroidble:1.3.0"
3636

3737
testCompile 'org.robospock:robospock:1.0.1'
3838
}

0 commit comments

Comments
 (0)