feat: Publish as a library (#3356)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package app.revanced.patches.tumblr.featureflags
|
||||
|
||||
import app.revanced.extensions.exception
|
||||
import app.revanced.util.exception
|
||||
import app.revanced.patcher.data.BytecodeContext
|
||||
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
||||
import app.revanced.patcher.extensions.InstructionExtensions.addInstructionsWithLabels
|
||||
|
@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.Opcode
|
||||
// Some features seem to be very old and never removed, though, such as Google Login.
|
||||
// The startIndex of the opcode pattern is at the start of the function after the arg null check.
|
||||
// we want to insert our instructions there.
|
||||
object GetFeatureValueFingerprint : MethodFingerprint(
|
||||
internal object GetFeatureValueFingerprint : MethodFingerprint(
|
||||
strings = listOf("feature"),
|
||||
opcodes = listOf(
|
||||
Opcode.IF_EQZ,
|
||||
|
Reference in New Issue
Block a user