From 5f0bcc14866af38c679c6d73ed0571ea8ad30d46 Mon Sep 17 00:00:00 2001 From: thesupertechie Date: Wed, 17 Dec 2025 22:26:07 -0800 Subject: [PATCH] [core] remove random key file Signed-off-by: thesupertechie --- android/app/secure.properties | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 android/app/secure.properties diff --git a/android/app/secure.properties b/android/app/secure.properties deleted file mode 100644 index 8eb3f4f46..000000000 --- a/android/app/secure.properties +++ /dev/null @@ -1,6 +0,0 @@ -ext { - spropStoreFile = "debug.keystore" - spropStorePassword = "12345678" - spropKeyAlias = "debug" - spropKeyPassword = "12345678" -} \ No newline at end of file