mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix split apk disabled by mistake
This commit is contained in:
parent
cfb2da0118
commit
faf37f595a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ android {
|
||||||
|
|
||||||
splits {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
enable false
|
enable true
|
||||||
reset()
|
reset()
|
||||||
include "armeabi-v7a", "arm64-v8a", "x86_64"
|
include "armeabi-v7a", "arm64-v8a", "x86_64"
|
||||||
universalApk true
|
universalApk true
|
||||||
|
|
Loading…
Reference in a new issue