fix: Compile DEX without debugging information
This commit is contained in:
parent
8916789f7a
commit
afe7f0605e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ tasks {
|
||||||
|
|
||||||
exec {
|
exec {
|
||||||
workingDir = workingDirectory
|
workingDir = workingDirectory
|
||||||
commandLine = listOf(d8, patchesJar)
|
commandLine = listOf(d8, "--release", patchesJar)
|
||||||
}
|
}
|
||||||
|
|
||||||
exec {
|
exec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue