mirror of
https://github.com/ReVanced/revanced-patches-template.git
synced 2026-01-10 21:36:18 +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")
|
@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")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user