Enable minify
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 3m9s

This commit is contained in:
2026-01-25 22:30:30 +01:00
parent 6ce3dfad4f
commit 0cf9d36d8c
2 changed files with 24 additions and 1 deletions

View File

@@ -23,7 +23,13 @@ android {
}
buildTypes {
release { }
release {
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
debug {
enableAndroidTestCoverage = true