build(Needs bump): Bump dependencies

This commit is contained in:
oSumAtrIX 2023-08-14 04:12:09 +02:00
parent 9140aa25b8
commit ca504e5421
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4
255 changed files with 466 additions and 465 deletions

View file

@ -6,9 +6,9 @@ import app.revanced.patcher.patch.BytecodePatch
import app.revanced.patcher.patch.PatchResult
import app.revanced.patcher.patch.PatchResultSuccess
import app.revanced.patcher.util.proxy.mutableTypes.MutableMethod
import org.jf.dexlib2.iface.ClassDef
import org.jf.dexlib2.iface.Method
import org.jf.dexlib2.iface.instruction.Instruction
import com.android.tools.smali.dexlib2.iface.ClassDef
import com.android.tools.smali.dexlib2.iface.Method
import com.android.tools.smali.dexlib2.iface.instruction.Instruction
internal abstract class AbstractTransformInstructionsPatch<T> : BytecodePatch() {