From 505e5dc4ba09caa81a3d9d4ee4b4124ddcf82e56 Mon Sep 17 00:00:00 2001 From: 5ec1cff Date: Sat, 6 Jan 2024 10:02:29 +0800 Subject: [PATCH] fix typo --- module/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/build.gradle.kts b/module/build.gradle.kts index a3c0fa5b..ea172a34 100644 --- a/module/build.gradle.kts +++ b/module/build.gradle.kts @@ -89,7 +89,7 @@ androidComponents.onVariants { variant -> doLast { if (file("private_key").exists()) { - println("=== machikado intergity signing ===") + println("=== Guards the peace of Machikado ===") val privateKey = file("private_key").readBytes() val publicKey = file("public_key").readBytes() val namedSpec = NamedParameterSpec("ed25519")