From bd5a1cfbe73473624af646b8f730b8fc92b73bc0 Mon Sep 17 00:00:00 2001 From: Kyu hyunSung Date: Tue, 14 Oct 2025 14:00:07 +0900 Subject: [PATCH] setting/#3 : Fixed fastlane --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a84da6e..8d7289e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -42,7 +42,7 @@ platform :android do firebase_app_distribution( app: "1:71578488789:android:603f0a4786a2a08e97f75c", - service_credentials_file: File.expand_path("../hsconnect-6077d-4a0fd86a106f.json", __dir__), + service_credentials_file: File.expand_path("../firebase-service-account.json", __dir__), testers: "dmp100@naver.com", release_notes: "New test build from Fastlane", android_artifact_type: "APK"