mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-12 13:45:43 +02:00
fix: Compile DEX without debugging information
This commit is contained in:
parent
69ec28a7f2
commit
f5df957866
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