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 { android {
namespace "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}" namespace "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}"
compileSdkVersion flutter.compileSdkVersion compileSdkVersion flutter.compileSdkVersion
ndkVersion "25.1.8937393"
packagingOptions { packagingOptions {
jniLibs { jniLibs {
@ -52,7 +51,7 @@ android {
defaultConfig { defaultConfig {
applicationId "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}" applicationId "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}"
minSdkVersion 23 minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName