mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 04:43:07 +00:00
enable proguard for leanback
This commit is contained in:
parent
a4b5b2f528
commit
11d5283bfd
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ android {
|
|||
useProguard false
|
||||
}
|
||||
release {
|
||||
useProguard false
|
||||
minifyEnabled false
|
||||
shrinkResources false
|
||||
useProguard true
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'),'proguard-rules.pro'
|
||||
if (project.hasProperty("chaosflixKeystore") && file(chaosflixKeystore).exists() && file(chaosflixKeystore).isFile()) {
|
||||
signingConfig signingConfigs.release
|
||||
|
|
Loading…
Reference in a new issue