mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 16:17:48 +01:00
Reenable Proguard
This commit is contained in:
parent
ea749d69a3
commit
bb7ed73743
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ android {
|
|||
versionNameSuffix "-${getCommitCount()}"
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
flavorDimensions "default"
|
||||
|
|
Loading…
Reference in a new issue