diff --git a/src/main/kotlin/app/revanced/patches/grindr/annotations/GrindrPatchCompatibility.kt b/src/main/kotlin/app/revanced/patches/grindr/annotations/GrindrPatchCompatibility.kt index 4c5ab1ed8a..98e901b76e 100644 --- a/src/main/kotlin/app/revanced/patches/grindr/annotations/GrindrPatchCompatibility.kt +++ b/src/main/kotlin/app/revanced/patches/grindr/annotations/GrindrPatchCompatibility.kt @@ -3,6 +3,6 @@ package app.revanced.patches.grindr.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.15.0"))]) @Target(AnnotationTarget.CLASS) internal annotation class GrindrPatchCompatibility \ No newline at end of file