Skip to content

Commit 9c0a3f5

Browse files
authored
Merge pull request #140 from sendbird/chore/firebase-dist-groups
chore(ci/cd): update firebase app distribution groups
2 parents 5af3fb7 + 16491ff commit 9c0a3f5

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)