Skip to content

Commit fc6282d

Browse files
authored
feat(X / Twitter): Support version 10.86.0-release.0 (#4805)
1 parent 0559fc7 commit fc6282d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

patches/src/main/kotlin/app/revanced/patches/twitter/misc/dynamiccolor/DynamicColorPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val dynamicColorPatch = resourcePatch(
1212
) {
1313
compatibleWith(
1414
"com.twitter.android"(
15-
"10.84.0-release.0",
15+
"10.86.0-release.0",
1616
"10.60.0-release.0",
1717
"10.48.0-release.0"
1818
)

patches/src/main/kotlin/app/revanced/patches/twitter/misc/hook/HookPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fun hookPatch(
1313

1414
compatibleWith(
1515
"com.twitter.android"(
16-
// 10.85+ uses Pairip and requires additional changes to work.
17-
"10.84.0-release.0",
16+
// Only v10.85 uses Pairip and requires additional changes to work.
17+
"10.86.0-release.0",
1818
// Confirmed to not show reply ads. Slightly newer versions may also work.
1919
"10.60.0-release.0",
2020
"10.48.0-release.0"

patches/src/main/kotlin/app/revanced/patches/twitter/misc/links/ChangeLinkSharingDomainPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ val changeLinkSharingDomainPatch = bytecodePatch(
3939

4040
compatibleWith(
4141
"com.twitter.android"(
42-
"10.84.0-release.0",
42+
"10.86.0-release.0",
4343
"10.60.0-release.0",
4444
"10.48.0-release.0"
4545
)

patches/src/main/kotlin/app/revanced/patches/twitter/misc/links/SanitizeSharingLinksPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val sanitizeSharingLinksPatch = bytecodePatch(
1010
) {
1111
compatibleWith(
1212
"com.twitter.android"(
13-
"10.84.0-release.0",
13+
"10.86.0-release.0",
1414
"10.60.0-release.0",
1515
"10.48.0-release.0"
1616
)

0 commit comments

Comments
 (0)