mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
fix(YouTube - Spoof app version): Fix grammar in description (#2711)
This commit is contained in:
parent
e71fb3b485
commit
dd249e6224
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
|||
@Patch
|
||||
@DependsOn([IntegrationsPatch::class, SettingsPatch::class])
|
||||
@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
|
||||
class SpoofAppVersionPatch : BytecodePatch(
|
||||
listOf(
|
||||
|
|
Loading…
Reference in a new issue