From 1fd05d8f259d396ded52031f9fff21c6ac3de044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mon?= Date: Wed, 11 Nov 2020 20:58:17 +0100 Subject: [PATCH 1/2] lower min sdk android to 21 --- android/build.gradle | 2 +- example/android/app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 26b77549..87825b1d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -46,7 +46,7 @@ android { } } defaultConfig { - minSdkVersion 24 + minSdkVersion 21 targetSdkVersion 30 } lintOptions { diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 3a66a737..d0a2f235 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -38,8 +38,8 @@ android { defaultConfig { applicationId "com.signify.hue.reactivebleexample" - minSdkVersion 24 - targetSdkVersion 28 + minSdkVersion 21 + targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } From 9e524a9050682bf9a63567f3cf3adb7e57e5a341 Mon Sep 17 00:00:00 2001 From: Remon Date: Thu, 12 Nov 2020 15:50:17 +0100 Subject: [PATCH 2/2] prepare version 2.7.0 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 361c28b8..17b70848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.7.0 + +* Fix #137 by making sure event channels are initialized early. +* Add support for Android 5 and 6. + ## 2.6.1+1 * Revert protobuf upgrade on Android. diff --git a/example/pubspec.lock b/example/pubspec.lock index 15f4dd91..d5c48084 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -82,7 +82,7 @@ packages: path: ".." relative: true source: path - version: "2.6.1+1" + version: "2.7.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8c466b26..680072d4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_ble_example description: Demonstrates how to use the flutter_reactive_ble plugin. -version: 2.6.1+1 +version: 2.7.0 publish_to: 'none' environment: diff --git a/pubspec.yaml b/pubspec.yaml index 743a739e..1b06234b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_ble description: Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices -version: 2.6.1+1 +version: 2.7.0 homepage: https://github.com/PhilipsHue/flutter_reactive_ble environment: