Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 1, 2024
1 parent db32536 commit 7b23c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pandroid/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = false
isShrinkResources = true
isShrinkResources = false
isDebuggable = false
signingConfig = signingConfigs.getByName("debug")
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
Expand Down

0 comments on commit 7b23c6d

Please sign in to comment.