Skip to content

Commit 65fa337

Browse files
committed
keystore path issue fixes.
1 parent 933904b commit 65fa337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ android {
88
if (!System.getenv("IS_CI_BUILD").equals("true")) {
99
//If this is the local build, load it from the keystore.properties file
1010
File signFile = rootProject.file('local.properties')
11+
1112
if (signFile.exists()) {
1213
Properties props = new Properties()
1314
props.load(new FileInputStream(signFile))

0 commit comments

Comments
 (0)