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 {
|
signingConfigs {
|
||||||
release {
|
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'))
|
storeFile file(getProperty(properties, 'storeFile'))
|
||||||
keyAlias getProperty(properties, 'keyAlias')
|
keyAlias getProperty(properties, 'keyAlias')
|
||||||
storePassword getProperty(properties, 'storePassword')
|
storePassword getProperty(properties, 'storePassword')
|
||||||
|
|
|
||||||
|
|
@ -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
|
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") # e.g. com.krausefx.app
|
package_name("com.kabouzeid.gramophone")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue