Skip to content

Commit

Permalink
fix: 9.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 committed Feb 17, 2024
1 parent 3ca373e commit d5d9857
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1
version = 1.1.2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object IsNoPlusUpsellFingerprint : MethodFingerprint(
Opcode.RETURN
),
customFingerprint = { methodDef, _ ->
methodDef.definingClass.contains("grindrapp")
!methodDef.definingClass.contains("PickVisualMedia")
}

)
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ object IsNoXtraUpsellFingerprint : MethodFingerprint(
Opcode.RETURN
),
customFingerprint = { methodDef, _ ->
methodDef.definingClass.contains("grindrapp")
!methodDef.definingClass.contains("TagPayloadReader")
}
)
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"]),
CompatiblePackage("com.grindrapp.android", ["9.18.0", "9.18.1", "9.18.2", "9.18.3", "9.18.4", "9.18.5"]),
],
)
class UnlockUnlimitedPatch : BytecodePatch(
Expand Down

0 comments on commit d5d9857

Please sign in to comment.