mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 00:22:08 +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 {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
enable true
|
enable gradle.startParameter.taskNames.any { it.contains("Release") } // https://stackoverflow.com/a/39950584
|
||||||
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