Skip to content

Commit

Permalink
Merge pull request #141 from PhilipsHue/lower-minsdk-android
Browse files Browse the repository at this point in the history
Lower minsdk android
  • Loading branch information
remonh87 authored Nov 13, 2020
2 parents 6c01074 + 9e524a9 commit 44a6fd7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}
}
defaultConfig {
minSdkVersion 24
minSdkVersion 21
targetSdkVersion 30
}
lintOptions {
Expand Down
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {

defaultConfig {
applicationId "com.signify.hue.reactivebleexample"
minSdkVersion 24
targetSdkVersion 28
minSdkVersion 21
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
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: 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:
Expand Down

0 comments on commit 44a6fd7

Please sign in to comment.