From 35d927f09e523aeee5cc09ff6cf1630ab5158715 Mon Sep 17 00:00:00 2001 From: Kima Date: Sun, 3 Mar 2024 23:39:39 +0100 Subject: [PATCH] moved this shit to properties too --- refilc/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refilc/android/app/build.gradle b/refilc/android/app/build.gradle index 7bfadc3..15d0169 100644 --- a/refilc/android/app/build.gradle +++ b/refilc/android/app/build.gradle @@ -70,9 +70,9 @@ android { signingConfigs { debug { keyAlias "androiddebugkey" - keyPassword "android" + keyPassword debugKeystoreProperties['keyPassword'] storeFile file(debugKeystoreProperties['storeFile']) - storePassword "android" + storePassword debugKeystoreProperties['storePassword'] } release {