This commit is contained in:
5ec1cff
2024-01-06 10:02:29 +08:00
parent 420e93f8ed
commit 505e5dc4ba

View File

@@ -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")