mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-05 04:25:50 +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(
|
@Patch(
|
||||||
name = "Announcements",
|
name = "Announcements",
|
||||||
description = "Shows announcements on startup.",
|
description = "Shows ReVanced announcements on startup.",
|
||||||
compatiblePackages = [CompatiblePackage("com.google.android.youtube")],
|
compatiblePackages = [CompatiblePackage("com.google.android.youtube")],
|
||||||
dependencies = [SettingsPatch::class]
|
dependencies = [SettingsPatch::class]
|
||||||
)
|
)
|
||||||
@ -58,4 +58,4 @@ object AnnouncementsPatch : BytecodePatch(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user