1
0
Fork 0
mirror of https://github.com/jrpie/Launcher.git synced 2025-05-02 00:32:10 +02:00

reenable proguard

This commit is contained in:
Josia Pietsch 2025-02-10 21:57:34 +01:00
parent 9c5500aa83
commit 757486771d
Signed by: jrpie
GPG key ID: E70B571D66986A2D
3 changed files with 13 additions and 3 deletions

View file

@ -43,8 +43,8 @@ android {
buildTypes {
release {
// minifyEnabled true
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix = ".debug"