We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3efc6c commit 2f61dbbCopy full SHA for 2f61dbb
README.md
@@ -279,6 +279,9 @@ bluetooth.stopNotifying({
279
```
280
281
## Changelog
282
+* 1.1.3 TypeScript definition fix in package.json
283
+* 1.1.2 Better Android M compatibility
284
+* 1.1.1 Better Android permission handling
285
* 1.1.0 To be compatible with any Bluetooth device out there, the value returned from `read` and `notify` is now an `ArrayBuffer`.
286
* 1.0.0 Initial release
287
package.json
@@ -6,8 +6,8 @@
6
"typings": "bluetooth.d.ts",
7
"nativescript": {
8
"platforms": {
9
- "android": "1.6.0",
10
- "ios": "1.6.0"
+ "android": "2.3.0",
+ "ios": "2.3.0"
11
}
12
},
13
"repository": {
0 commit comments