From 4f5080af3e2746befc9287835f290915b1287274 Mon Sep 17 00:00:00 2001
From: Karthik Shetty <karthik.shetty@niveussolutions.com>
Date: Wed, 7 Feb 2024 04:57:40 +0000
Subject: [PATCH] Update Fastfile

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

diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index ae5bdda..48a2ca4 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -28,7 +28,7 @@ platform :android do
      gradle(task: "clean assembleDebug")
     
      #apk_path = "app/build/outputs/bundle/release/app-release.aab"
-     apk_path = "app/build/outputs/apk/release/app-release-unsigned.apk"
+     apk_path = "app/build/outputs/apk/debug/app-debug.apk"
      
      firebase_app_distribution(
            app: ENV["FIREBASE_APP_ID"],
-- 
GitLab