From 15685f5fd4998680fa6f73b474d26be52eaa317f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Stu=CC=88rmer?= Date: Fri, 18 Aug 2023 22:31:08 +0200 Subject: [PATCH] adjust fastlane config --- fastlane/Fastfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a95c50a..b62cbb4 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -21,18 +21,8 @@ platform :android do gradle(task: "test") end - desc "Submit a new Beta Build to Crashlytics Beta" - lane :beta do - gradle(task: "clean bundle") - crashlytics - - # sh "your_script.sh" - # You can also use other beta testing services here - end - desc "Deploy a new version to the Google Play" lane :deploy do - gradle(task: "clean bundle") upload_to_play_store end end