Skip to content

Commit

Permalink
fix(Twitter - Open links with app chooser): Fix incorrect version in …
Browse files Browse the repository at this point in the history
…compatibility list (ReVanced#3683)
  • Loading branch information
7Grn authored Sep 23, 2024
1 parent 36104b7 commit adafe85
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", ["10.48.0-release"])],
compatiblePackages = [CompatiblePackage("com.twitter.android", ["10.48.0-release.0"])],
use = false,
)
@Suppress("unused")
Expand Down

0 comments on commit adafe85

Please sign in to comment.