fastlane/lib/fastlane/setup/crashlytics_beta.rb in fastlane-2.69.0.beta.20171205010003 vs fastlane/lib/fastlane/setup/crashlytics_beta.rb in fastlane-2.69.0.beta.20171206010003

- old
+ new

@@ -59,10 +59,10 @@ # and: https://docs.fastlane.tools/getting-started/android/beta-deployment/ # lane :beta do |values| # Fabric generated this lane for deployment to Crashlytics Beta # set 'export_method' to 'ad-hoc' if your Crashlytics Beta distribution uses ad-hoc provisioning - gym(scheme: '#{@beta_info.schemes.first}', export_method: '#{@beta_info.export_method}') + build_app(scheme: '#{@beta_info.schemes.first}', export_method: '#{@beta_info.export_method}') emails = values[:test_email] ? values[:test_email] : #{beta_info_emails} # You can list more emails here groups = values[:test_email] ? nil : #{beta_info_groups} # You can define groups on the web and reference them here crashlytics(api_token: '#{@beta_info.api_key}',