Enable D8/proguard for release builds

This commit is contained in:
Torsten Grote
2025-12-08 09:44:23 -03:00
parent 8cf8b97765
commit 37eeed3821
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ android {
buildConfigField("String", "ACRA_REPORT_EMAIL", "\"t+fdroidnext@grobox.de\"")
}
release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro",

View File

@@ -1,5 +1,4 @@
-dontobfuscate
-dontoptimize
-keepattributes SourceFile,LineNumberTable,Exceptions
-keep class org.fdroid.fdroid.** {*;}