Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit e8217a0
Author: Feodor Fitsner <[email protected]>
Date:   Mon Mar 11 11:11:48 2024 -0700

    Squashed commit of the following:

    commit 7660adc
    Author: Feodor Fitsner <[email protected]>
    Date:   Mon Mar 11 11:11:30 2024 -0700

        minSdkVersion 21
  • Loading branch information
FeodorFitsner committed Mar 11, 2024
1 parent e2ab18e commit 7bc5081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.out_dir}}/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc5081

Please sign in to comment.