feat(YouTube - Announcements): Clarify announcements origin in patch description (#3175)
This commit is contained in:
parent
c087226796
commit
0a0450075a
|
@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.Opcode
|
|||
|
||||
@Patch(
|
||||
name = "Announcements",
|
||||
description = "Shows announcements on startup.",
|
||||
description = "Shows ReVanced announcements on startup.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.youtube")],
|
||||
dependencies = [SettingsPatch::class]
|
||||
)
|
||||
|
@ -58,4 +58,4 @@ object AnnouncementsPatch : BytecodePatch(
|
|||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue