mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-03 22:45:54 +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
|
||||
@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(
|
||||
@ -87,4 +87,4 @@ class SpoofAppVersionPatch : BytecodePatch(
|
||||
private companion object {
|
||||
const val INTEGRATIONS_CLASS_DESCRIPTOR = "Lapp/revanced/integrations/patches/SpoofAppVersionPatch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user