Skip to content

Commit b38574c

Browse files
lower minSdkVersion
1 parent 7c7a86c commit b38574c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
compileSdkVersion 30
2828

2929
defaultConfig {
30-
minSdkVersion 19
30+
minSdkVersion 17
3131
}
3232
sourceSets {
3333
main {

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
defaultConfig {
3131
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3232
applicationId "com.pauldemarco.flutter_blue_example"
33-
minSdkVersion 19
33+
minSdkVersion 17
3434
targetSdkVersion 30
3535
versionCode flutterVersionCode.toInteger()
3636
versionName flutterVersionName

0 commit comments

Comments
 (0)