Squashed commit of the following:
commit 7660adc12c
Author: Feodor Fitsner <feodor@appveyor.com>
Date: Mon Mar 11 11:11:30 2024 -0700
minSdkVersion 21
This commit is contained in:
parent
0b83309df0
commit
e8217a057a
|
|
@ -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