fixed android sdk v.
This commit is contained in:
parent
21aa7bd30f
commit
dfb93f2fc6
|
|
@ -27,7 +27,7 @@ android {
|
||||||
applicationId = "com.example.business_panel"
|
applicationId = "com.example.business_panel"
|
||||||
// You can update the following values to match your application needs.
|
// You can update the following values to match your application needs.
|
||||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||||
minSdk = flutter.minSdkVersion
|
minSdk = 23
|
||||||
targetSdk = flutter.targetSdkVersion
|
targetSdk = flutter.targetSdkVersion
|
||||||
versionCode = flutter.versionCode
|
versionCode = flutter.versionCode
|
||||||
versionName = flutter.versionName
|
versionName = flutter.versionName
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue