fix: Compile DEX without debugging information

This commit is contained in:
oSumAtrIX
2024-02-21 03:46:34 +01:00
parent 8916789f7a
commit afe7f0605e

View File

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