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