Skip to content

Commit

Permalink
Disable apk minification (#3660)
Browse files Browse the repository at this point in the history
* Disable apk minification

Signed-off-by: Elly Kitoto <[email protected]>

* Format code

Signed-off-by: Elly Kitoto <[email protected]>

---------

Signed-off-by: Elly Kitoto <[email protected]>
  • Loading branch information
ellykits authored Dec 16, 2024
1 parent 7767726 commit ce5a557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ android {
}

getByName("release") {
isMinifyEnabled = true
isShrinkResources = true
isMinifyEnabled = false
isShrinkResources = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro",
Expand Down

0 comments on commit ce5a557

Please sign in to comment.