mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-23 19:21:05 +00:00
refactor!: Remove Fingerprint interface
It served no purpose so far. BREAKING CHANGE: The `Fingerprint` interface is no longer present.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
package app.revanced.patcher.fingerprint
|
||||
|
||||
/**
|
||||
* A ReVanced fingerprint.
|
||||
* Can be a [MethodFingerprint].
|
||||
*/
|
||||
interface Fingerprint
|
||||
@@ -35,7 +35,7 @@ abstract class MethodFingerprint(
|
||||
internal val opcodes: Iterable<Opcode?>? = null,
|
||||
internal val strings: Iterable<String>? = null,
|
||||
internal val customFingerprint: ((methodDef: Method, classDef: ClassDef) -> Boolean)? = null
|
||||
) : Fingerprint {
|
||||
) {
|
||||
/**
|
||||
* The result of the [MethodFingerprint].
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user