From 16491ff73bc01e82789f2a8e5269a62e8de35965 Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen Date: Tue, 10 Oct 2023 14:36:34 +0900 Subject: [PATCH] chore(ci/cd): update firebase app distribution groups --- sample/android/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/android/fastlane/Fastfile b/sample/android/fastlane/Fastfile index 21768c389..fbf01c5a9 100644 --- a/sample/android/fastlane/Fastfile +++ b/sample/android/fastlane/Fastfile @@ -14,6 +14,6 @@ platform :android do lane :deploy do android_set_version_name(gradle_file: "app/build.gradle", version_name: "#{VERSION}-#{DATE}") gradle(task: "assemble", build_type: "Release", flags: "--no-daemon") - firebase_app_distribution(groups: "sendbird") + firebase_app_distribution(groups: "sendbird, external") end end