mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-09 12:56:17 +00:00
docs: Correct API usage of fingerprints
This commit is contained in:
@@ -185,7 +185,7 @@ val patch = bytecodePatch(name = "Complex patch") {
|
||||
extendWith("complex-patch.rve")
|
||||
|
||||
execute {
|
||||
fingerprint.match!!.mutableMethod.addInstructions(0, "invoke-static { }, LComplexPatch;->doSomething()V")
|
||||
fingerprint.method.addInstructions(0, "invoke-static { }, LComplexPatch;->doSomething()V")
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user