From 685e88c57a8a9f4dda7ef060c0fefbe107e9af0d Mon Sep 17 00:00:00 2001 From: Joar Heimonen Date: Fri, 1 Sep 2023 12:13:29 +0200 Subject: [PATCH] added version --- .../patches/grindr/annotations/GrindrPatchCompatibility.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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