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

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

diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 4b83197..061ce8a 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -56,6 +56,7 @@ platform :android do
       aab: "app/build/outputs/bundle/release/app-release.aab",
       skip_upload_metadata: true,  # Set to false if you want to upload metadata (e.g., changelog)
       skip_upload_images: true,     # Set to false if you want to upload screenshots, feature graphics, etc.
+      skip_upload_apk: true
     )
   end
 
-- 
GitLab