Skip to content

Commit bd7cb77

Browse files
authored
feat(YouTube): Bump support version 19.09.38 - 19.10.39 (#96)
1 parent a00a7b6 commit bd7cb77

File tree

118 files changed

+350
-233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+350
-233
lines changed

README-template.md

Lines changed: 2 additions & 1 deletion

README.md

Lines changed: 117 additions & 116 deletions

patches.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/main/kotlin/app/revanced/patches/youtube/ads/general/GeneralAdsPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ import org.w3c.dom.Element
6060
"19.06.39",
6161
"19.07.40",
6262
"19.08.36",
63-
"19.09.37"
63+
"19.09.38",
64+
"19.10.39"
6465
]
6566
)
6667
]

src/main/kotlin/app/revanced/patches/youtube/ads/video/VideoAdsPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
4545
"19.06.39",
4646
"19.07.40",
4747
"19.08.36",
48-
"19.09.37"
48+
"19.09.38",
49+
"19.10.39"
4950
]
5051
)
5152
]

src/main/kotlin/app/revanced/patches/youtube/alternativethumbnails/general/AlternativeThumbnailsPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
6666
"19.06.39",
6767
"19.07.40",
6868
"19.08.36",
69-
"19.09.37"
69+
"19.09.38",
70+
"19.10.39"
7071
]
7172
)
7273
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/buttoncontainer/ButtonContainerPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
4949
"19.06.39",
5050
"19.07.40",
5151
"19.08.36",
52-
"19.09.37"
52+
"19.09.38",
53+
"19.10.39"
5354
]
5455
)
5556
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/comment/CommentComponentPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6565
"19.06.39",
6666
"19.07.40",
6767
"19.08.36",
68-
"19.09.37"
68+
"19.09.38",
69+
"19.10.39"
6970
]
7071
)
7172
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/gestures/BottomPlayerGesturesPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5151
"19.06.39",
5252
"19.07.40",
5353
"19.08.36",
54-
"19.09.37"
54+
"19.09.38",
55+
"19.10.39"
5556
]
5657
)
5758
]

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/feed/FeedFlyoutPanelPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
6060
"19.06.39",
6161
"19.07.40",
6262
"19.08.36",
63-
"19.09.37"
63+
"19.09.38",
64+
"19.10.39"
6465
]
6566
)
6667
]

0 commit comments

Comments
 (0)