Remove NDK, update minSdkVersion
This commit is contained in:
parent
2c4840d946
commit
b9e0ad2890
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue