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