mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-29 22:24:27 +02:00
feat(Strava - Disable subscription suggestions): Make compatible with latest version (#4739)
This commit is contained in:
parent
fe1f3ed169
commit
649a2c0616
@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
|
|||||||
val disableSubscriptionSuggestionsPatch = bytecodePatch(
|
val disableSubscriptionSuggestionsPatch = bytecodePatch(
|
||||||
name = "Disable subscription suggestions",
|
name = "Disable subscription suggestions",
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.strava"("320.12"))
|
compatibleWith("com.strava")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
val helperMethodName = "getModulesIfNotUpselling"
|
val helperMethodName = "getModulesIfNotUpselling"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user