Skip to content

Commit

Permalink
Enable resource shrinking.
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonides committed Oct 23, 2024
1 parent 474d52a commit 0ad46a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ android {
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private fun ConfirmDropPrivilegeDialog(
) {
DefaultAlertDialog(
onDismissRequest = onDismissRequest,
) {
) {
Column(
modifier = modifier
.padding(24.dp),
Expand Down

0 comments on commit 0ad46a0

Please sign in to comment.