We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee3117 commit 5982a97Copy full SHA for 5982a97
patches/src/main/kotlin/app/revanced/patches/geocaching/subscription/UnlockProPatch.kt
@@ -11,7 +11,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.RegisterRangeInstructio
11
@Suppress("unused")
12
val unlockPremiumPatch = bytecodePatch(
13
name = "Unlock Premium features",
14
- description = "WARNING: This only works via mount install (root required). Lists are still locked as they are server sided."
+ description = "WARNING: This only works via mount install (root required). Lists are still locked since they are server sided."
15
) {
16
compatibleWith("com.groundspeak.geocaching.intro")
17
0 commit comments