From e328f1d798da98f5eee6c9f5bf00cc95ae16ab05 Mon Sep 17 00:00:00 2001
From: Krishna Prasad N <krishna.prasad@niveussolutions.com>
Date: Wed, 14 Feb 2024 12:27:03 +0530
Subject: [PATCH] updated fastfile

---
 fastlane/Fastfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index b41174f..47b0534 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -49,8 +49,6 @@ platform :android do
   ######## Upload app bundle to Google Playstore Alpha Track ########
   desc "Deploy a new version to the Google Play Store - Alpha Track"
   lane :deployToPlaystoreAlpha do
-    #gradle(task: "bundleRelease")
-
     upload_to_play_store(
       track: "alpha", # alpha or beta or internal or production
       json_key: "/home/karthik_shetty_niveussolutions_c/prj-common-services-01-0c9b948542c2.json",
-- 
GitLab