Skip to content

Commit

Permalink
Setup demo-app release config for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrzybkowski committed Oct 7, 2024
1 parent 470f756 commit 649321d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ android {

buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
isShrinkResources = true
signingConfig = signingConfigs.findByName("debug")
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
}
Expand Down

0 comments on commit 649321d

Please sign in to comment.