File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/kotlin/app/revanced/patches/strava/subscription Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11package app.revanced.patches.strava.subscription
2-
3- import app.revanced.util.exception
42import app.revanced.patcher.data.BytecodeContext
53import app.revanced.patcher.extensions.InstructionExtensions.replaceInstruction
64import app.revanced.patcher.patch.BytecodePatch
75import app.revanced.patcher.patch.annotation.CompatiblePackage
86import app.revanced.patcher.patch.annotation.Patch
97import app.revanced.patches.strava.subscription.fingerprints.GetSubscribedFingerprint
8+ import app.revanced.util.exception
109
1110@Patch(
1211 name = " Unlock subscription features" ,
1312 description = " Unlocks \" Routes\" , \" Matched Runs\" and \" Segment Efforts\" ." ,
14- compatiblePackages = [CompatiblePackage (" com.strava" , [ " 320.12 " ])]
13+ compatiblePackages = [CompatiblePackage (" com.strava" )],
1514)
1615@Suppress(" unused" )
1716object UnlockSubscriptionPatch : BytecodePatch(setOf(GetSubscribedFingerprint )) {
You can’t perform that action at this time.
0 commit comments