Skip to content

Commit

Permalink
Bug : Android 12 BLE permissions (#228)
Browse files Browse the repository at this point in the history
* pull flutter_reactive_ble 5.0.0 for Android 12 compat

* checkout again flutter_reactive_ble v4.0.1
  • Loading branch information
R0m4in-dooz authored Feb 23, 2022
1 parent c16f973 commit 241f31d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Android-nRF-Mesh-Library-1
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.8.0
## 0.9.1

- revert app's manifest changes

## 0.9.0

- compile against Android 12 (API 31) and update BLE permissions in app's manifest

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.9.0"
version: "0.9.1"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nordic_nrf_mesh
description: A Flutter plugin to enable mesh network management and communication using Nordic's SDKs. It also provides the ability to open BLE connection with mesh nodes using some other flutter package.
version: 0.9.0
version: 0.9.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 241f31d

Please sign in to comment.