fixed minSdkVersion
This commit is contained in:
parent
50235b13c5
commit
b578db8ac5
@ -24,7 +24,7 @@ android {
|
|||||||
applicationId = "com.example.dialer"
|
applicationId = "com.example.dialer"
|
||||||
// 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
|
minSdkVersion 23
|
||||||
targetSdk = flutter.targetSdkVersion
|
targetSdk = flutter.targetSdkVersion
|
||||||
versionCode = flutter.versionCode
|
versionCode = flutter.versionCode
|
||||||
versionName = flutter.versionName
|
versionName = flutter.versionName
|
||||||
|
Loading…
Reference in New Issue
Block a user