update ui

This commit is contained in:
tzw
2025-04-02 17:07:09 +06:30
parent f1c5342ae4
commit 73ad5603ba
5 changed files with 71 additions and 65 deletions

View File

@@ -9,7 +9,7 @@ plugins {
}
def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
def keystorePropertiesFile = rootProject.file('dev-key.properties')
if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}