Skip to content

Commit

Permalink
fix: reverted to 9.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 committed Feb 17, 2024
1 parent 203c840 commit 3d82e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.1.2
version = 1.1.3
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3d82e1b

Please sign in to comment.