Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-30 09:43:14 +03:00
parent 7ba5d074ed
commit 2b8402636d

View file

@ -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