mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-01-31 02:51:46 +00:00
Update Fastfile
This commit is contained in:
@@ -27,7 +27,7 @@ platform :android do
|
|||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
aab: "app/build/outputs/bundle/monoWeatherRelease/app-monoWeather-release.aab",
|
aab: "app/build/outputs/bundle/monoWeatherRelease/app-monoWeather-release.aab",
|
||||||
json_key: "google-play-key.json",
|
json_key: "google-play-key.json",
|
||||||
package_name: "h_mal.appttude.com.monoWeather")
|
package_name: "com.appttude.h_mal.monoWeather")
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Deploy a new Atlas Weather version to the Google Play"
|
desc "Deploy a new Atlas Weather version to the Google Play"
|
||||||
@@ -40,6 +40,6 @@ platform :android do
|
|||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
aab: "app/build/outputs/bundle/atlasWeatherRelease/app-atlas-release.aab",
|
aab: "app/build/outputs/bundle/atlasWeatherRelease/app-atlas-release.aab",
|
||||||
json_key: "google-play-key.json",
|
json_key: "google-play-key.json",
|
||||||
package_name: "h_mal.appttude.com.atlas_weather")
|
package_name: "com.appttude.h_mal.atlas_weather")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user