We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7a86c commit b38574cCopy full SHA for b38574c
android/build.gradle
@@ -27,7 +27,7 @@ android {
27
compileSdkVersion 30
28
29
defaultConfig {
30
- minSdkVersion 19
+ minSdkVersion 17
31
}
32
sourceSets {
33
main {
example/android/app/build.gradle
@@ -30,7 +30,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.pauldemarco.flutter_blue_example"
34
targetSdkVersion 30
35
versionCode flutterVersionCode.toInteger()
36
versionName flutterVersionName
0 commit comments