mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-19 12:07:05 +02:00
docs: Correct API usage of fingerprints
This commit is contained in:
parent
509ecc81e1
commit
d80abbcd17
@ -185,7 +185,7 @@ val patch = bytecodePatch(name = "Complex patch") {
|
|||||||
extendWith("complex-patch.rve")
|
extendWith("complex-patch.rve")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
fingerprint.match!!.mutableMethod.addInstructions(0, "invoke-static { }, LComplexPatch;->doSomething()V")
|
fingerprint.method.addInstructions(0, "invoke-static { }, LComplexPatch;->doSomething()V")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user