mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-12 02:35:10 +02:00
Reenable Proguard
This commit is contained in:
@ -62,6 +62,11 @@ android {
|
||||
versionNameSuffix "-${getCommitCount()}"
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
flavorDimensions "default"
|
||||
|
Reference in New Issue
Block a user