mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2025-12-10 02:05:20 +00:00
Update Fastfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user