split_per_abi
This commit is contained in:
parent
634918377d
commit
e620171a2a
|
|
@ -15,5 +15,6 @@
|
||||||
"base_url": "/",
|
"base_url": "/",
|
||||||
"route_url_strategy": "path",
|
"route_url_strategy": "path",
|
||||||
"web_renderer": "canvaskit",
|
"web_renderer": "canvaskit",
|
||||||
"use_color_emoji": "false"
|
"use_color_emoji": "false",
|
||||||
|
"split_per_abi": false
|
||||||
}
|
}
|
||||||
|
|
@ -57,9 +57,11 @@ android {
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
|
|
||||||
|
// {% if not cookiecutter.split_per_abi %}
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
|
||||||
}
|
}
|
||||||
|
// {% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue