mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Smallify
This commit is contained in:
parent
cf1e90b5ec
commit
1c8667dbdd
1 changed files with 9 additions and 1 deletions
|
@ -10,8 +10,16 @@ android {
|
|||
versionName "1.6"
|
||||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
minifyEnabled true
|
||||
useProguard false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
||||
}
|
||||
release {
|
||||
minifyEnabled false
|
||||
shrinkResources true
|
||||
minifyEnabled true
|
||||
useProguard true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue