From efc03a2e15ebf7760be490313ece186352d57488 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Fri, 15 May 2026 21:42:29 +0200 Subject: [PATCH] Added key properties sample --- android/key.properties.sample | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 android/key.properties.sample diff --git a/android/key.properties.sample b/android/key.properties.sample new file mode 100644 index 0000000..b51dc2c --- /dev/null +++ b/android/key.properties.sample @@ -0,0 +1,4 @@ +storePassword= # keystore password # +keyPassword= # keystore key password # +keyAlias= # key alias # +storeFile= # ./keystore-file-name.jks # \ No newline at end of file