mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 19:38:49 +00:00
build.gradle: Do no crunch PNGs, as they are already crunched.
This commit is contained in:
parent
55bab0c737
commit
26379d4da3
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ android {
|
|||
all {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
crunchPngs false
|
||||
proguardFile 'proguard.cfg'
|
||||
}
|
||||
debug {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue