Squashed commit of the following:

commit e8217a057a
Author: Feodor Fitsner <feodor@appveyor.com>
Date:   Mon Mar 11 11:11:48 2024 -0700

    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:12:05 -07:00
parent e2ab18efdd
commit 7bc5081b00
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