Skip to content

Commit

Permalink
Removed unused annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 committed Sep 4, 2023
1 parent 4deae44 commit fa3fd1a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package app.revanced.patches.grindr.unlimited.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package

@Compatibility([Package("com.grindrapp.android")])
@Compatibility([Package("com.grindrapp.android", arrayOf("9.14.0", "9.15.0", "9.16.0"))])
@Target(AnnotationTarget.CLASS)
internal annotation class UnlockUnlimitedCompatibility

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import app.revanced.patcher.data.BytecodeContext
import app.revanced.patcher.patch.BytecodePatch
import app.revanced.patcher.patch.PatchResult
import app.revanced.patches.grindr.unlimited.annotations.UnlockUnlimitedCompatibility
import app.revanced.patches.grindr.annotations.GrindrPatchCompatibility

import app.revanced.patches.grindr.unlimited.fingerprints.*
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
Expand All @@ -28,7 +27,6 @@ import app.revanced.patches.grindr.patch.FirebaseGetCertPatch
@Description("Unlocks unlimited features.")
@UnlockUnlimitedCompatibility
@DependsOn([FirebaseGetCertPatch::class])
@GrindrPatchCompatibility

class UnlockUnlimitedPatch : BytecodePatch(
listOf(
Expand Down

0 comments on commit fa3fd1a

Please sign in to comment.