Skip to content

Commit

Permalink
minifyEnabled for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-ma authored Jan 5, 2025
1 parent b7ab8bf commit 44e5953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
debug {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
Expand Down Expand Up @@ -59,4 +59,4 @@ dependencies {
implementation "androidx.preference:preference-ktx:1.2.1"
implementation "com.google.android.material:material:1.12.0"
implementation "com.mikepenz:aboutlibraries:$about_libraries_version"
}
}

0 comments on commit 44e5953

Please sign in to comment.