fix: Compile DEX without debugging information

This commit is contained in:
oSumAtrIX 2024-02-21 03:46:34 +01:00
parent 69ec28a7f2
commit f5df957866
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

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