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 {