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:
Feodor Fitsner 2024-03-11 11:11:48 -07:00
parent 0b83309df0
commit e8217a057a
1 changed files with 1 additions and 1 deletions

View File

@ -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