mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 14:17:15 +00:00
enable shrinking resources
This commit is contained in:
parent
2d077b9e72
commit
d562277b8e
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ android {
|
|||
debuggable false
|
||||
multiDexEnabled true
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
resValue "string", "content_provider", "com.habitrpg.android.habitica.fileprovider"
|
||||
resValue "string", "app_name", "Habitica"
|
||||
|
|
|
|||
Loading…
Reference in a new issue