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"