feat(Strava - Disable subscription suggestions): Make compatible with latest version (#4739)

This commit is contained in:
user5095
2025-04-11 20:38:07 +02:00
committed by GitHub
parent 9956833781
commit 654587a75e

View File

@@ -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"