mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-19 05:29:22 +01:00
fix: breaking patcher changes
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
86e0728e15
commit
581d1b0ca7
@ -15,7 +15,7 @@ internal class SignatureChecker {
|
||||
if (!file.exists()) {
|
||||
throw IllegalStateException("Missing $file! To run this test, please place stock.apk here: ${file.absolutePath}")
|
||||
}
|
||||
val patcher = Patcher(file)
|
||||
val patcher = Patcher(file, "signatureCheckerCache", false)
|
||||
patcher.addPatches(Index.patches.map { it() })
|
||||
val unresolved = mutableListOf<MethodSignature>()
|
||||
for (signature in patcher.resolveSignatures()) {
|
||||
|
Loading…
Reference in New Issue
Block a user