refactor: Move files to simplify package structure

BREAKING CHANGE: Classes and members have changed packages.
This commit is contained in:
oSumAtrIX
2023-10-23 00:08:32 +02:00
parent f77624b3b9
commit 124a2e9d3e
8 changed files with 47 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
package app.revanced.patcher.patch
import app.revanced.patcher.data.BytecodeContext
import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint
import app.revanced.patcher.fingerprint.MethodFingerprint
/**
* A ReVanced [Patch] that works on [BytecodeContext].