mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-04 16:49:42 +00:00
build: split on release only
This commit is contained in:
parent
9d69e2fa49
commit
2aa6d5b545
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ android {
|
|||
}
|
||||
splits {
|
||||
abi {
|
||||
enable true
|
||||
enable gradle.startParameter.taskNames.any { it.contains("Release") } // https://stackoverflow.com/a/39950584
|
||||
reset()
|
||||
include "armeabi-v7a", "arm64-v8a", "x86_64"
|
||||
universalApk true
|
||||
|
|
|
|||
Loading…
Reference in a new issue