mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 01:19:18 +01:00
Update build.gradle (#3438)
Replace minify and shink resources with post processing block
This commit is contained in:
parent
40639c0933
commit
fefd4c0b26
@ -64,11 +64,15 @@ android {
|
|||||||
versionNameSuffix "-${getCommitCount()}"
|
versionNameSuffix "-${getCommitCount()}"
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
}
|
}
|
||||||
// release {
|
release {
|
||||||
// minifyEnabled true
|
postprocessing {
|
||||||
// shrinkResources true
|
obfuscate false
|
||||||
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
optimizeCode true
|
||||||
// }
|
removeUnusedCode false
|
||||||
|
removeUnusedResources true
|
||||||
|
proguardFiles 'proguard-rules.pro'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user