build: bump patcher dependency version
This commit is contained in:
parent
9ae3d0546c
commit
78d901338f
4 changed files with 5 additions and 8 deletions
|
|
@ -2,7 +2,6 @@ package app.revanced.util.resources
|
|||
|
||||
import app.revanced.patcher.data.impl.DomFileEditor
|
||||
import app.revanced.patcher.data.impl.ResourceData
|
||||
import java.io.OutputStream
|
||||
import java.nio.file.Files
|
||||
|
||||
internal object ResourceUtils {
|
||||
|
|
@ -44,7 +43,7 @@ internal object ResourceUtils {
|
|||
|
||||
// Copy nodes from the resources node to the real resource node
|
||||
elementTag.copyXmlNode(
|
||||
this.xmlEditor[stringsResourceInputStream, OutputStream.nullOutputStream()],
|
||||
this.xmlEditor[stringsResourceInputStream],
|
||||
this.xmlEditor["res/$targetResource"]
|
||||
).close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue