Updated on 2026-08-14
This commit is contained in:
parent
7ba5d074ed
commit
2b8402636d
1 changed files with 6 additions and 6 deletions
|
|
@ -61,12 +61,12 @@ platform :android do
|
|||
})
|
||||
end
|
||||
|
||||
desc "Submit a new Beta Build to Firebase App Distribution"
|
||||
lane :beta_actual do |options|
|
||||
desc "Submit a new Beta Build to Firebase App Distribution"
|
||||
lane :beta do |options|
|
||||
firebase_app_distribution(
|
||||
app: options[:app_id],
|
||||
apk_path: options[:apk_path],
|
||||
groups: options[:groups])
|
||||
end
|
||||
app: options[:app_id],
|
||||
apk_path: options[:apk_path],
|
||||
groups: options[:groups])
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue