Remove NDK, update minSdkVersion

This commit is contained in:
Feodor Fitsner 2025-01-14 11:41:43 -08:00
parent 2c4840d946
commit b9e0ad2890
1 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ if (flutterVersionName == null) {
android {
namespace "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}"
compileSdkVersion flutter.compileSdkVersion
ndkVersion "25.1.8937393"
packagingOptions {
jniLibs {
@ -52,7 +51,7 @@ android {
defaultConfig {
applicationId "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}"
minSdkVersion 23
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName