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 Nov 3, 2024
1 parent 93cecce commit 27d11da
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 27d11da

Please sign in to comment.