File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ** 0.6.5**
2+ - Fixed Null Pointer Exception when called ` cancelDeviceConnection ` on Android.
3+ - Updated gradle version to be able to use latest Android Studio.
4+ - Added Nullable and Nonnull annotations to Android implementation.
5+
16** 0.6.4**
27- Fail explicitly when carthage fails on postinstall.
38- Added ` mtu ` property for ` Device ` object which allows you to get current BLE MTU of device.
Original file line number Diff line number Diff line change @@ -17,17 +17,20 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d
1717
1818## Recent Changes
1919
20- ** 0.6.4 **
21- - Fail explicitly when carthage fails on postinstall .
22- - Added ` mtu ` property for ` Device ` object which allows you to get current BLE MTU of device .
23- - Added function ` requestMTUForDevice ` which allows to negotiate BLE MTU of device if it is possible .
20+ ** 0.6.5 **
21+ - Fixed Null Pointer Exception when called ` cancelDeviceConnection ` on Android .
22+ - Updated gradle version to be able to use latest Android Studio .
23+ - Added Nullable and Nonnull annotations to Android implementation .
2424
2525[ All previous changes] ( CHANGELOG.md )
2626
27- ## Documentation
27+ ## Documentation & Support
2828
2929Documentation can be found [ here] ( https://polidea.github.io/react-native-ble-plx/ ) .
3030
31+
32+ Contact us at [ Gitter] ( https://gitter.im/RxBLELibraries/react-native-ble ) if you have any questions, feedback or want to help!
33+
3134## Configuration & Installation
3235
3336### Important
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-ble-plx" ,
3- "version" : " 0.6.4 " ,
3+ "version" : " 0.6.5 " ,
44 "description" : " React Native Bluetooth Low Energy library" ,
55 "main" : " index.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments