Fixes for android project

M committed Jan 11, 2022 at 21:47 UTC 862401147bb1470923e50232940b6804461ae025
1 file changed +1 -1
android/app/build.gradle
+1 -1
@@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {
33 def appProperties = new Properties()
34 def appPropertiesFile = rootProject.file('app.properties')
35 if (appPropertiesFile.exists()) {
36 - keystoreProperties.load(new FileInputStream(appPropertiesFile))
36 + appProperties.load(new FileInputStream(appPropertiesFile))
37 }
38
39 android {