fix(Twitter - Open links with app chooser): Constrain patch to last working version 10.48.0-release

This commit is contained in:
oSumAtrIX 2024-07-31 19:42:17 +02:00
parent 871f5b9973
commit 68b85b29fb
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -10,7 +10,7 @@ val openLinksWithAppChooserPatch = bytecodePatch(
"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.",
use = false, use = false,
) { ) {
compatibleWith("com.twitter.android") compatibleWith("com.twitter.android"("10.48.0-release"))
val openLinkMatch by openLinkFingerprint() val openLinkMatch by openLinkFingerprint()