Skip to content

Commit

Permalink
fix: revert shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
authorisation authored Aug 6, 2023
1 parent b49cf2a commit 9c2053f
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 @@ -31,8 +31,8 @@ android {

buildTypes {
release {
isMinifyEnabled = true
isShrinkResources = true
isMinifyEnabled = false
isShrinkResources = false
}
}

Expand Down

0 comments on commit 9c2053f

Please sign in to comment.