From 249a5d6a652170407cdb8373908e7898d27026a5 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sun, 13 Aug 2023 00:27:07 +0100 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 4c58c8b..78218c9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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