We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098a35a commit 5312c92Copy full SHA for 5312c92
android/app/build.gradle
@@ -9,6 +9,7 @@ def keystoreProperties = new Properties()
9
def keystorePropertiesFile = rootProject.file('key.properties')
10
if (keystorePropertiesFile.exists()) {
11
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
12
+ println("keystoreProperties.storeFile: ${keystoreProperties.storeFile}")
13
}
14
15
android {
0 commit comments