Skip to content

Commit

Permalink
fix(Twitter - Open links with app chooser): Constrain patch to last w…
Browse files Browse the repository at this point in the history
…orking version `10.48.0-release`
  • Loading branch information
oSumAtrIX committed Sep 21, 2024
1 parent 8074032 commit b9955d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import app.revanced.util.exception
name = "Open links with app chooser",
description = "Instead of opening links directly, open them with an app chooser. " +
"As a result you can select a browser to open the link with.",
compatiblePackages = [CompatiblePackage("com.twitter.android")],
compatiblePackages = [CompatiblePackage("com.twitter.android", ["10.48.0-release"])],
use = false,
)
@Suppress("unused")
Expand Down

0 comments on commit b9955d5

Please sign in to comment.