mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01: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 {
|
||||
workingDir = workingDirectory
|
||||
commandLine = listOf(d8, patchesJar)
|
||||
commandLine = listOf(d8, "--release", patchesJar)
|
||||
}
|
||||
|
||||
exec {
|
||||
|
|
Loading…
Reference in a new issue