Fix template
This commit is contained in:
parent
f8f03cbcc3
commit
84fafa92b8
|
|
@ -57,7 +57,7 @@ android {
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
|
|
||||||
// {% if not cookiecutter.split_per_abi1 %}
|
// {% if not cookiecutter.split_per_abi %}
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
|
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue