Fix paths
This commit is contained in:
parent
49a84a9ae2
commit
9e16fe2cec
2 changed files with 3 additions and 3 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue