fix(Hex): Add back name, which was accidentally removed from the patch

This commit is contained in:
oSumAtrIX 2026-03-06 18:56:21 +01:00
parent f7298ffd52
commit 6a547a97e5
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -8,6 +8,7 @@ import app.revanced.util.Utils.trimIndentMultiline
@Suppress("unused") @Suppress("unused")
val Hex = rawResourcePatch( val Hex = rawResourcePatch(
name = "Hex",
description = "Replaces a hexadecimal patterns of bytes of files in an APK.", description = "Replaces a hexadecimal patterns of bytes of files in an APK.",
use = false, use = false,
) { ) {