diff --git a/patches/src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt b/patches/src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt index 74b21e50a2..dec4f3f438 100644 --- a/patches/src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/all/misc/hex/HexPatch.kt @@ -8,6 +8,7 @@ import app.revanced.util.Utils.trimIndentMultiline @Suppress("unused") val Hex = rawResourcePatch( + name = "Hex", description = "Replaces a hexadecimal patterns of bytes of files in an APK.", use = false, ) {