Update Fastfile

This commit is contained in:
2023-08-13 00:27:07 +01:00
committed by GitHub
parent cc7a3c7944
commit 249a5d6a65

View File

@@ -27,7 +27,7 @@ platform :android do
upload_to_play_store(
aab: "app/build/outputs/bundle/monoWeatherRelease/app-monoWeather-release.aab",
json_key: "google-play-key.json",
package_name: "h_mal.appttude.com.monoWeather")
package_name: "com.appttude.h_mal.monoWeather")
end
desc "Deploy a new Atlas Weather version to the Google Play"
@@ -40,6 +40,6 @@ platform :android do
upload_to_play_store(
aab: "app/build/outputs/bundle/atlasWeatherRelease/app-atlas-release.aab",
json_key: "google-play-key.json",
package_name: "h_mal.appttude.com.atlas_weather")
package_name: "com.appttude.h_mal.atlas_weather")
end
end