mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 05:59:27 +01:00
fix(YouTube - Spoof app version): Fix grammar in description (#2711)
This commit is contained in:
parent
e71fb3b485
commit
dd249e6224
@ -23,7 +23,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
|||||||
@Patch
|
@Patch
|
||||||
@DependsOn([IntegrationsPatch::class, SettingsPatch::class])
|
@DependsOn([IntegrationsPatch::class, SettingsPatch::class])
|
||||||
@Name("Spoof app version")
|
@Name("Spoof app version")
|
||||||
@Description("Tricks YouTube into thinking, you are running an older version of the app. One of the side effects also includes restoring the old UI.")
|
@Description("Tricks YouTube into thinking you are running an older version of the app. One of the side effects also includes restoring the old UI.")
|
||||||
@SpoofAppVersionCompatibility
|
@SpoofAppVersionCompatibility
|
||||||
class SpoofAppVersionPatch : BytecodePatch(
|
class SpoofAppVersionPatch : BytecodePatch(
|
||||||
listOf(
|
listOf(
|
||||||
|
Loading…
Reference in New Issue
Block a user