From adafe85d77f6a0031a5523b9b7da69475959d78d Mon Sep 17 00:00:00 2001 From: 7Grn <154948822+7Grn@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:37:30 +0900 Subject: [PATCH] fix(Twitter - Open links with app chooser): Fix incorrect version in compatibility list (#3683) --- .../patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt b/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt index bdbe07bc59..99d4a3697b 100644 --- a/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt +++ b/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt @@ -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")