diff --git a/module/build.gradle.kts b/module/build.gradle.kts index a3c0fa5..ea172a3 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")