mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: wrong versions of patches
This commit is contained in:
parent
f32e4747b5
commit
a112b22ce6
7 changed files with 8 additions and 8 deletions
|
@ -35,7 +35,7 @@ class VideoAdsPatch : Patch(
|
|||
"""Signature for the constructor of some class.
|
||||
This signature is being used to find another method in the parent class
|
||||
and was discovered in the YouTube version v17.03.38""".trimIndent(),
|
||||
"0.0.2"
|
||||
"0.0.1"
|
||||
),
|
||||
"V",
|
||||
AccessFlags.PUBLIC or AccessFlags.CONSTRUCTOR,
|
||||
|
|
|
@ -24,7 +24,7 @@ class EnableSeekbarTappingPatch : Patch(
|
|||
"Enable seekbar tapping patch",
|
||||
"Enable tapping on the seekbar of the YouTube player.",
|
||||
compatiblePackages,
|
||||
"1.0.0"
|
||||
"0.0.1"
|
||||
),
|
||||
listOf(
|
||||
MethodSignature(
|
||||
|
|
|
@ -22,7 +22,7 @@ class CreateButtonRemoverPatch : Patch(
|
|||
"Create button patch",
|
||||
"Disable the create button.",
|
||||
compatiblePackages,
|
||||
"1.0.0"
|
||||
"0.0.1"
|
||||
),
|
||||
listOf(
|
||||
MethodSignature(
|
||||
|
@ -32,7 +32,7 @@ class CreateButtonRemoverPatch : Patch(
|
|||
PatternScanMethod.Fuzzy(2), // FIXME: Test this threshold and find the best value.
|
||||
compatiblePackages,
|
||||
"Signature for the method required to be patched.",
|
||||
"0.0.3"
|
||||
"0.0.1"
|
||||
),
|
||||
"V",
|
||||
AccessFlags.PUBLIC or AccessFlags.FINAL,
|
||||
|
|
|
@ -22,7 +22,7 @@ class HideReelsPatch : Patch(
|
|||
"Hide reels patch",
|
||||
"Hide reels on the page.",
|
||||
compatiblePackages,
|
||||
"1.0.0"
|
||||
"0.0.1"
|
||||
),
|
||||
listOf(
|
||||
MethodSignature(
|
||||
|
|
|
@ -23,7 +23,7 @@ class MinimizedPlaybackPatch : Patch(
|
|||
"Minimized Playback Patch",
|
||||
"Enable minimized and background playback.",
|
||||
compatiblePackages,
|
||||
"1.0.0"
|
||||
"0.0.1"
|
||||
),
|
||||
listOf(
|
||||
MethodSignature(
|
||||
|
|
|
@ -21,7 +21,7 @@ class OldQualityLayoutPatch : Patch(
|
|||
"Old Quality Layout Patch",
|
||||
"Enable the original quality flyout menu",
|
||||
compatiblePackages,
|
||||
"1.0.0"
|
||||
"0.0.1"
|
||||
),
|
||||
listOf(
|
||||
MethodSignature(
|
||||
|
|
|
@ -26,7 +26,7 @@ class IntegrationsPatch : Patch(
|
|||
"Inject integrations Patch",
|
||||
"Applies mandatory patches to implement the ReVanced integrations into the application.",
|
||||
compatiblePackages,
|
||||
"1.0.0"
|
||||
"0.0.1"
|
||||
),
|
||||
listOf(
|
||||
MethodSignature(
|
||||
|
|
Loading…
Reference in a new issue