mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 22:18:48 +00:00
build.gradle: Enable resource shrinking.
This commit is contained in:
parent
549d5a3b47
commit
48376cc6fe
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ android {
|
|||
buildTypes {
|
||||
all {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFile 'proguard.cfg'
|
||||
}
|
||||
debug {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue