Squashed commit of the following:
commite8217a057aAuthor: Feodor Fitsner <feodor@appveyor.com> Date: Mon Mar 11 11:11:48 2024 -0700 Squashed commit of the following: commit7660adc12cAuthor: Feodor Fitsner <feodor@appveyor.com> Date: Mon Mar 11 11:11:30 2024 -0700 minSdkVersion 21
This commit is contained in:
parent
e2ab18efdd
commit
7bc5081b00
|
|
@ -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