minSdkVersion 21
This commit is contained in:
parent
27a2ec266e
commit
7660adc12c
|
|
@ -42,7 +42,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}"
|
||||
minSdkVersion flutter.minSdkVersion
|
||||
minSdkVersion 21
|
||||
targetSdkVersion flutter.targetSdkVersion
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
|
|
|||
Loading…
Reference in New Issue