enable proguard for leanback

This commit is contained in:
Felix 2019-11-12 21:09:19 +01:00
parent a4b5b2f528
commit 11d5283bfd

View file

@ -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