fix: Compile DEX without debugging information

This commit is contained in:
oSumAtrIX
2024-02-20 19:48:36 +01:00
parent c9ef930a8c
commit 73f6506bcc

View File

@@ -60,7 +60,7 @@ tasks {
exec { exec {
workingDir = workingDirectory workingDir = workingDirectory
commandLine = listOf(d8, patchesJar) commandLine = listOf(d8, "--release", patchesJar)
} }
exec { exec {