File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 `
676810 ) Minimal supported version of iOS is 8.0
686911 ) 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ repositories {
3232
3333dependencies {
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}
You can’t perform that action at this time.
0 commit comments