From 45bead23f34721b5eb09d532e7776e7172950787 Mon Sep 17 00:00:00 2001
From: Karthik Shetty <karthik.shetty@niveussolutions.com>
Date: Wed, 7 Feb 2024 05:10:24 +0000
Subject: [PATCH] Update Fastfile

---
 fastlane/Fastfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 9c751cf..8fd5350 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -49,7 +49,7 @@ platform :android do
   desc "Deploy a new version to the Google Play - Alpha"
     lane :deployToPlaystoreAlpha do
       gradle(task: "bundleRelease")
-      upload_to_google_play(
+      upload_to_play_store(
        track: "alpha",
       json_key: "/home/karthik_shetty_niveussolutions_c/prj-common-services-01-0c9b948542c2.json",
       package_name: "com.kp.testapp",
-- 
GitLab