fix: wrong versions of patches

This commit is contained in:
oSumAtrIX 2022-04-15 05:28:30 +02:00
parent f32e4747b5
commit a112b22ce6
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
7 changed files with 8 additions and 8 deletions

View File

@ -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,

View File

@ -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(

View File

@ -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,

View File

@ -22,7 +22,7 @@ class HideReelsPatch : Patch(
"Hide reels patch",
"Hide reels on the page.",
compatiblePackages,
"1.0.0"
"0.0.1"
),
listOf(
MethodSignature(

View File

@ -23,7 +23,7 @@ class MinimizedPlaybackPatch : Patch(
"Minimized Playback Patch",
"Enable minimized and background playback.",
compatiblePackages,
"1.0.0"
"0.0.1"
),
listOf(
MethodSignature(

View File

@ -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(

View File

@ -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(