You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
fix typo
This commit is contained in:
@@ -89,7 +89,7 @@ androidComponents.onVariants { variant ->
|
|||||||
|
|
||||||
doLast {
|
doLast {
|
||||||
if (file("private_key").exists()) {
|
if (file("private_key").exists()) {
|
||||||
println("=== machikado intergity signing ===")
|
println("=== Guards the peace of Machikado ===")
|
||||||
val privateKey = file("private_key").readBytes()
|
val privateKey = file("private_key").readBytes()
|
||||||
val publicKey = file("public_key").readBytes()
|
val publicKey = file("public_key").readBytes()
|
||||||
val namedSpec = NamedParameterSpec("ed25519")
|
val namedSpec = NamedParameterSpec("ed25519")
|
||||||
|
|||||||
Reference in New Issue
Block a user