minSdkVersion 23 for Android app

This commit is contained in:
Feodor Fitsner 2024-06-13 11:52:50 -07:00
parent 326209fdbf
commit 1cc0c49f29
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 21
minSdkVersion 23
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName