Skip to content

Commit 16491ff

Browse files
committed
chore(ci/cd): update firebase app distribution groups
1 parent 5af3fb7 commit 16491ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/android/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ platform :android do
1414
lane :deploy do
1515
android_set_version_name(gradle_file: "app/build.gradle", version_name: "#{VERSION}-#{DATE}")
1616
gradle(task: "assemble", build_type: "Release", flags: "--no-daemon")
17-
firebase_app_distribution(groups: "sendbird")
17+
firebase_app_distribution(groups: "sendbird, external")
1818
end
1919
end

0 commit comments

Comments
 (0)