mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 22:39:12 +00:00
Disable postprocessing for debug builds to speed them up
This commit is contained in:
parent
ff0cd99170
commit
dcda668671
1 changed files with 0 additions and 7 deletions
|
@ -68,13 +68,6 @@ android {
|
||||||
]
|
]
|
||||||
buildConfigField("String", "FILE_PROVIDER_AUTHORITY", "\"${fileProviderAuthorityDebug}\"")
|
buildConfigField("String", "FILE_PROVIDER_AUTHORITY", "\"${fileProviderAuthorityDebug}\"")
|
||||||
resValue "bool", "pref_secure_screen_default", "false"
|
resValue "bool", "pref_secure_screen_default", "false"
|
||||||
postprocessing {
|
|
||||||
removeUnusedCode true
|
|
||||||
removeUnusedResources true
|
|
||||||
obfuscate false
|
|
||||||
optimizeCode false
|
|
||||||
proguardFiles getDefaultProguardFile('proguard-defaults.txt'), 'proguard-rules.pro'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue