Skip to content

Commit

Permalink
Remove proguard for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Mar 30, 2024
1 parent 58a4708 commit 0ddef98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ android {
buildTypes {
getByName("debug") {
applicationIdSuffix = ".debug"
isMinifyEnabled = true
isShrinkResources = true
setProguardFiles(listOf(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"))
}
getByName("release") {
isMinifyEnabled = true
Expand Down

0 comments on commit 0ddef98

Please sign in to comment.