Skip to content

Commit f9fa526

Browse files
eiqnepmoSumAtrIX
authored andcommitted
fix(MyFitnessPal - Hide ads): Constrain patch to last working version (ReVanced#3847)
1 parent 454281a commit f9fa526

File tree

1 file changed

+1
-1
lines changed
  • patches/src/main/kotlin/app/revanced/patches/myfitnesspal/ads

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/myfitnesspal/ads/HideAdsPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val hideAdsPatch = bytecodePatch(
88
name = "Hide ads",
99
description = "Hides most of the ads across the app.",
1010
) {
11-
compatibleWith("com.myfitnesspal.android")
11+
compatibleWith("com.myfitnesspal.android"("24.14.2"))
1212

1313
val isPremiumUseCaseImplMatch by isPremiumUseCaseImplFingerprint()
1414
val mainActivityNavigateToNativePremiumUpsellMatch by mainActivityNavigateToNativePremiumUpsellFingerprint()

0 commit comments

Comments
 (0)