feat(Strava - Disable subscription suggestions): Make compatible with latest version (#4739)
This commit is contained in:
parent
9956833781
commit
654587a75e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue