fix: Compile DEX without debugging information
This commit is contained in:
parent
69ec28a7f2
commit
f5df957866
|
@ -68,7 +68,7 @@ tasks {
|
|||
|
||||
exec {
|
||||
workingDir = workingDirectory
|
||||
commandLine = listOf(d8, patchesJar)
|
||||
commandLine = listOf(d8, "--release", patchesJar)
|
||||
}
|
||||
|
||||
exec {
|
||||
|
|
Loading…
Reference in a new issue