mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-24 20:06:04 +01:00
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 New Issue
Block a user