Skip to content

Commit

Permalink
fix: doesn not work with 9.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 committed Feb 17, 2024
1 parent cafa180 commit c4a70da
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.0
version = 1.1.1
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.0", "9.18.1", "9.18.2", "9.18.3", "9.18.4"]),
],
)
class UnlockUnlimitedPatch : BytecodePatch(
Expand Down

0 comments on commit c4a70da

Please sign in to comment.