Fix paths

This commit is contained in:
Karim Abou Zeid 2019-06-21 20:16:07 +02:00
commit 9e16fe2cec
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ android {
}
signingConfigs {
release {
Properties properties = getProperties('/Users/karim/Documents/PhonographRessources/privatekeys/keystore.properties')
Properties properties = getProperties('/Users/karim/Documents/Phonograph/privatekeys/keystore.properties')
storeFile file(getProperty(properties, 'storeFile'))
keyAlias getProperty(properties, 'keyAlias')
storePassword getProperty(properties, 'storePassword')