From 649a2c06161c72a2040b179dbed5b415847d7527 Mon Sep 17 00:00:00 2001 From: user5095 <140261471+user5095@users.noreply.github.com> Date: Fri, 11 Apr 2025 20:38:07 +0200 Subject: [PATCH] feat(Strava - Disable subscription suggestions): Make compatible with latest version (#4739) --- .../strava/upselling/DisableSubscriptionSuggestionsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/strava/upselling/DisableSubscriptionSuggestionsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/strava/upselling/DisableSubscriptionSuggestionsPatch.kt index 73246fa21..c91bb961a 100644 --- a/patches/src/main/kotlin/app/revanced/patches/strava/upselling/DisableSubscriptionSuggestionsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/strava/upselling/DisableSubscriptionSuggestionsPatch.kt @@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod val disableSubscriptionSuggestionsPatch = bytecodePatch( name = "Disable subscription suggestions", ) { - compatibleWith("com.strava"("320.12")) + compatibleWith("com.strava") execute { val helperMethodName = "getModulesIfNotUpselling"