We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454281a commit f9fa526Copy full SHA for f9fa526
patches/src/main/kotlin/app/revanced/patches/myfitnesspal/ads/HideAdsPatch.kt
@@ -8,7 +8,7 @@ val hideAdsPatch = bytecodePatch(
8
name = "Hide ads",
9
description = "Hides most of the ads across the app.",
10
) {
11
- compatibleWith("com.myfitnesspal.android")
+ compatibleWith("com.myfitnesspal.android"("24.14.2"))
12
13
val isPremiumUseCaseImplMatch by isPremiumUseCaseImplFingerprint()
14
val mainActivityNavigateToNativePremiumUpsellMatch by mainActivityNavigateToNativePremiumUpsellFingerprint()
0 commit comments