feat(YouTube - Announcements): Clarify announcements origin in patch description (#3175)

This commit is contained in:
KobeW50 2023-10-22 17:47:46 -04:00 committed by GitHub
parent c087226796
commit 0a0450075a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(
)
)
}
}
}