mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 00:22:08 +00:00
revert: split build on release
This commit is contained in:
parent
561843250b
commit
6a4ffc87fc
1 changed files with 7 additions and 15 deletions
|
|
@ -31,22 +31,14 @@ android {
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
splits {
|
|
||||||
abi {
|
|
||||||
enable true
|
|
||||||
reset()
|
|
||||||
include "armeabi-v7a", "arm64-v8a", "x86_64"
|
|
||||||
universalApk true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
debug {
|
splits {
|
||||||
splits {
|
abi {
|
||||||
abi {
|
enable true
|
||||||
enable false
|
reset()
|
||||||
}
|
include "armeabi-v7a", "arm64-v8a", "x86_64"
|
||||||
}
|
universalApk true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue