mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 06:04:25 +02:00

count
instead of count + 1
instructions with removeInstructions
(#167)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de> BREAKING-CHANGE: This alters the behaviour of the function. Instead of removing `count + 1` instructions, this now removes `count` instructions.
Patcher
Patcher framework used in the ReVanced project.
Languages
Kotlin
100%