Skip to content

Commit

Permalink
fix: Compile DEX without debugging information
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Feb 20, 2024
1 parent 8b366fe commit 1cfb82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tasks {

exec {
workingDir = workingDirectory
commandLine = listOf(d8, patchesJar)
commandLine = listOf(d8, "--release", patchesJar)
}

exec {
Expand Down

0 comments on commit 1cfb82d

Please sign in to comment.