Skip to content

Commit

Permalink
Fix previous commit due to a broken refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
barriosnahuel committed Aug 14, 2017
1 parent 04c4fb4 commit 3df13be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
if (keystoreFile.exists() && propertiesFile.exists()) {
logger.warn('#### INFO: Release keystore will be used ####')
Properties properties = new Properties()
properties.load(new FileInputStream())
properties.load(new FileInputStream(propertiesFile))

keyAlias properties.getProperty('key.alias')
keyPassword properties.getProperty('key.password')
Expand Down

0 comments on commit 3df13be

Please sign in to comment.