Skip to content

Commit

Permalink
fix(MyFitnessPal - Hide ads): Constrain patch to last working version (
Browse files Browse the repository at this point in the history
  • Loading branch information
eiqnepm authored and oSumAtrIX committed Nov 6, 2024
1 parent 5394bf7 commit e152765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e152765

Please sign in to comment.