From 2b8402636df984f67156a8e33eb6d990f287f069 Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 30 Mar 2020 09:43:14 +0300 Subject: [PATCH] Updated on 2026-08-14 --- fastlane/Fastfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 4912181be0..ab218c5ea6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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