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 35ce83c commit 333a7a8Copy full SHA for 333a7a8
android/app/build.gradle
@@ -47,7 +47,7 @@ android {
47
applicationId "opensource.wax"
48
// You can update the following values to match your application needs.
49
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
50
- minSdkVersion 19 // flutter.minSdkVersion
+ minSdkVersion 21 // flutter.minSdkVersion
51
targetSdkVersion flutter.targetSdkVersion
52
versionCode flutterVersionCode.toInteger()
53
versionName flutterVersionName
0 commit comments