fix(MyFitnessPal - Hide ads): Constrain patch to last working version (#3847)

This commit is contained in:
eiqnepm
2024-11-03 18:24:28 +00:00
committed by oSumAtrIX
parent 6ceb084831
commit 9c3bec69d8

View File

@@ -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()