From 241f31d90cab9379f01e7818c6696894dbc71ecb Mon Sep 17 00:00:00 2001 From: R0m4in-dooz <72380352+R0m4in-dooz@users.noreply.github.com> Date: Wed, 23 Feb 2022 14:47:32 +0100 Subject: [PATCH] Bug : Android 12 BLE permissions (#228) * pull flutter_reactive_ble 5.0.0 for Android 12 compat * checkout again flutter_reactive_ble v4.0.1 --- Android-nRF-Mesh-Library-1 | 2 +- CHANGELOG.md | 6 +++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Android-nRF-Mesh-Library-1 b/Android-nRF-Mesh-Library-1 index 4a08e2654..b6d9f03f4 160000 --- a/Android-nRF-Mesh-Library-1 +++ b/Android-nRF-Mesh-Library-1 @@ -1 +1 @@ -Subproject commit 4a08e26540ba79709eb26b671359eff26334abe7 +Subproject commit b6d9f03f4b2742ce6df42b42876b571292364507 diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f991f88..838bbd31c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index fa5dd25a9..6dc9a514c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -326,7 +326,7 @@ packages: path: ".." relative: true source: path - version: "0.9.0" + version: "0.9.1" package_config: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d7c8916c2..9548fbaa0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"