mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 14:07:02 +01:00
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 New Issue
Block a user