Skip to content

Commit

Permalink
Update RxAndroidBle dependency to version 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierpliwy committed Jun 9, 2017
1 parent 915acb1 commit 52d08b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
enable support for background mode. More info about usage can be found in documentation.
- All subscriptions and promises are properly "Destroyed" when `destory()` function is called.
- Fixed bug on Android where notification messages could be duplicated or skipped.
- Updated RxAndroidBle to version 1.3
- Updated README file.
- Updated library logo

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

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

#### Android
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {

dependencies {
compile "com.facebook.react:react-native:0.20.1"
compile "com.polidea.rxandroidble:rxandroidble:1.2.2"
compile "com.polidea.rxandroidble:rxandroidble:1.3.0"

testCompile 'org.robospock:robospock:1.0.1'
}

0 comments on commit 52d08b3

Please sign in to comment.