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 21, 2024
1 parent 69ec28a commit f5df957
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 @@ -68,7 +68,7 @@ tasks {

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

exec {
Expand Down

0 comments on commit f5df957

Please sign in to comment.