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 fe1f3ed169
commit 649a2c0616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"