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 454281ac21
commit f9fa526b04
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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