Skip to content

Commit b854808

Browse files
committed
Disable proguard in release builds
1 parent 5966089 commit b854808

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workflow-trace-viewer/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ compose {
6363
bundleID = "com.squareup.workflow1.traceviewer"
6464
}
6565
}
66+
67+
buildTypes.release.proguard {
68+
isEnabled.set(false)
69+
}
6670
}
6771
}
6872
}

0 commit comments

Comments
 (0)