Skip to content

Commit

Permalink
chore(ci/cd): update firebase app distribution groups
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Oct 12, 2023
1 parent 5af3fb7 commit 16491ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 16491ff

Please sign in to comment.