small changes

This commit is contained in:
2026-06-24 12:17:15 +02:00
parent 6bb1772608
commit 28e2309894
12 changed files with 79 additions and 82 deletions

View File

@ -23,7 +23,8 @@ android {
buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
@ -36,6 +37,7 @@ android {
}
buildFeatures {
compose = true
buildConfig = true
}
}
@ -62,4 +64,4 @@ dependencies {
androidTestImplementation(libs.androidx.junit)
debugImplementation(libs.androidx.compose.ui.test.manifest)
debugImplementation(libs.androidx.compose.ui.tooling)
}
}