mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-29 14:11:05 +00:00
build: bump patcher dependency version
This commit is contained in:
@@ -30,7 +30,7 @@ internal object Patcher {
|
||||
// replace all dex files
|
||||
result.dexFiles.forEach {
|
||||
logger.info("Writing dex file ${it.name}")
|
||||
outputFileSystem.write(it.name, it.dexFileInputStream.readAllBytes())
|
||||
outputFileSystem.write(it.name, it.stream.readAllBytes())
|
||||
}
|
||||
|
||||
if (!args.disableResourcePatching) {
|
||||
|
||||
Reference in New Issue
Block a user