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:
@@ -25,7 +25,7 @@ platform :android do
|
||||
build_type: "Release",
|
||||
)
|
||||
upload_to_play_store(
|
||||
aab: "app/build/outputs/bundle/monoWeather/app-monoWeather-release.aab",
|
||||
aab: "app/build/outputs/bundle/monoWeatherRelease/app-monoWeather-release.aab",
|
||||
json_key: "google-play-key.json",
|
||||
package_name: "h_mal.appttude.com.monoWeather")
|
||||
end
|
||||
@@ -38,7 +38,7 @@ platform :android do
|
||||
build_type: "Release",
|
||||
)
|
||||
upload_to_play_store(
|
||||
aab: "app/build/outputs/bundle/atlasWeather/app-atlas-release.aab",
|
||||
aab: "app/build/outputs/bundle/atlasWeatherRelease/app-atlas-release.aab",
|
||||
json_key: "google-play-key.json",
|
||||
package_name: "h_mal.appttude.com.atlas_weather")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user