chore: Remove usages of deprecated APIs

This commit is contained in:
oSumAtrIX
2024-02-13 03:31:45 +01:00
parent 6b4cd509c5
commit a092eb6e54

View File

@@ -13,7 +13,7 @@ import app.revanced.patcher.patch.annotation.Patch
], ],
) )
@Suppress("unused") @Suppress("unused")
object ExamplePatch : BytecodePatch() { object ExamplePatch : BytecodePatch(emptySet()) {
override fun execute(context: BytecodeContext) { override fun execute(context: BytecodeContext) {
// TODO("Not yet implemented") // TODO("Not yet implemented")
} }