Skip to content

Commit 5312c92

Browse files
authored
Update build.gradle
Signed-off-by: Werner Fleischer <70745309+wfleischer@users.noreply.github.com>
1 parent 098a35a commit 5312c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def keystoreProperties = new Properties()
99
def keystorePropertiesFile = rootProject.file('key.properties')
1010
if (keystorePropertiesFile.exists()) {
1111
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
12+
println("keystoreProperties.storeFile: ${keystoreProperties.storeFile}")
1213
}
1314

1415
android {

0 commit comments

Comments
 (0)