diff --git a/app/build.gradle b/app/build.gradle index 32efc2c2..3d19b2fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') diff --git a/fastlane/Appfile b/fastlane/Appfile index b31335bd..9459ba40 100644 --- a/fastlane/Appfile +++ b/fastlane/Appfile @@ -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")