From 3d82e1bf4001a748c3737672494c60559850a553 Mon Sep 17 00:00:00 2001 From: Joar Heimonen Date: Sat, 17 Feb 2024 23:59:38 +0100 Subject: [PATCH] fix: reverted to 9.18.4 --- gradle.properties | 2 +- .../grindr/patches/grindr/unlimited/patch/setUnlimited.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 83931eeffb..6f157a3914 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 1.1.2 +version = 1.1.3 diff --git a/src/main/kotlin/grindr/patches/grindr/unlimited/patch/setUnlimited.kt b/src/main/kotlin/grindr/patches/grindr/unlimited/patch/setUnlimited.kt index 9efa405c6c..9e8e0d465d 100755 --- a/src/main/kotlin/grindr/patches/grindr/unlimited/patch/setUnlimited.kt +++ b/src/main/kotlin/grindr/patches/grindr/unlimited/patch/setUnlimited.kt @@ -24,7 +24,7 @@ import app.revanced.patches.grindr.firebase.patch.FirebaseGetCertPatchGrindr description = "Unlocks unlimited features.", dependencies = [FirebaseGetCertPatchGrindr::class], compatiblePackages = [ - CompatiblePackage("com.grindrapp.android", ["9.18.0", "9.18.1", "9.18.2", "9.18.3", "9.18.4", "9.18.5"]), + CompatiblePackage("com.grindrapp.android", ["9.18.4"]), ], ) class UnlockUnlimitedPatch : BytecodePatch(