mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-14 21:47:32 +01:00
fix(MyFitnessPal - Hide ads): Constrain patch to last working version (#3847)
This commit is contained in:
parent
454281ac21
commit
f9fa526b04
@ -8,7 +8,7 @@ val hideAdsPatch = bytecodePatch(
|
||||
name = "Hide ads",
|
||||
description = "Hides most of the ads across the app.",
|
||||
) {
|
||||
compatibleWith("com.myfitnesspal.android")
|
||||
compatibleWith("com.myfitnesspal.android"("24.14.2"))
|
||||
|
||||
val isPremiumUseCaseImplMatch by isPremiumUseCaseImplFingerprint()
|
||||
val mainActivityNavigateToNativePremiumUpsellMatch by mainActivityNavigateToNativePremiumUpsellFingerprint()
|
||||
|
Loading…
x
Reference in New Issue
Block a user