mirror of
https://github.com/ReVanced/revanced-patches-template.git
synced 2026-01-10 05:16:19 +00:00
chore: Remove usages of deprecated APIs
This commit is contained in:
@@ -13,7 +13,7 @@ import app.revanced.patcher.patch.annotation.Patch
|
||||
],
|
||||
)
|
||||
@Suppress("unused")
|
||||
object ExamplePatch : BytecodePatch() {
|
||||
object ExamplePatch : BytecodePatch(emptySet()) {
|
||||
override fun execute(context: BytecodeContext) {
|
||||
// TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user