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.usage
import app.revanced.patcher.extensions.or
import app.revanced.patcher.fingerprint.method.annotation.FuzzyPatternScanMethod
import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint
import app.revanced.patcher.fingerprint.annotation.FuzzyPatternScanMethod
import app.revanced.patcher.fingerprint.MethodFingerprint
import com.android.tools.smali.dexlib2.AccessFlags
import com.android.tools.smali.dexlib2.Opcode