This commit is contained in:
Anuken
2020-09-22 21:58:59 -04:00
parent 3f403a26cc
commit 39aeab5f11
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ android{
keyAlias RELEASE_KEY_ALIAS
keyPassword RELEASE_KEY_PASSWORD
}else{
println("No keystore info property found!")
println("No keystore property found. Releases will be unsigned.")
}
}
}