mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 00:08:48 +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 {
|
all {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
shrinkResources true
|
shrinkResources true
|
||||||
|
crunchPngs false
|
||||||
proguardFile 'proguard.cfg'
|
proguardFile 'proguard.cfg'
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue