Skip to content

Commit

Permalink
Disabling minification due to server limitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
aelrahmanashraf committed Oct 9, 2023
1 parent c0ffb92 commit 293fe0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
buildTypes {
release {
if (config.getProperty(BuildConfig.ENVIRONMENT) == "production") {
isMinifyEnabled = true
isShrinkResources = true
isMinifyEnabled = false
isShrinkResources = false
}
signingConfig = signingConfigs["release"]
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
Expand Down

0 comments on commit 293fe0a

Please sign in to comment.