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')

View file

@ -1,2 +1,2 @@
json_key_file("/Users/karim/Documents/PhonographRessources/privatekeys/fastlane-supply-key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
package_name("com.kabouzeid.gramophone") # e.g. com.krausefx.app
json_key_file("/Users/karim/Documents/Phonograph/privatekeys/fastlane-supply-key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
package_name("com.kabouzeid.gramophone")