fix: Use correct function name casing

This commit is contained in:
oSumAtrIX
2023-09-25 20:08:42 +02:00
parent 59ab008030
commit ef38d8b4bf
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ object ApkSigner {
* @param keyStorePassword The password for the keystore.
* @param entries The entries to add to the keystore.
*/
fun newKeystore(
fun newKeyStore(
keyStoreOutputStream: OutputStream,
keyStorePassword: String,
entries: List<KeyStoreEntry>