fix(Twitter - Open links with app chooser): Fix incorrect version in compatibility list (#3683)
This commit is contained in:
parent
36104b73ca
commit
adafe85d77
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import app.revanced.util.exception
|
||||||
name = "Open links with app chooser",
|
name = "Open links with app chooser",
|
||||||
description = "Instead of opening links directly, open them with an 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.",
|
"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,
|
use = false,
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue