From 4940a5865f29e21f23cc1852cb69814a7fcb5c7d Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 22 Mar 2025 02:14:17 -0500 Subject: [PATCH] clean up android fastfile --- android/fastlane/Fastfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 9fd8ab65..615b933c 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -23,10 +23,6 @@ platform :android do lane :build do gradle(task: "clean assembleRelease") - crashlytics - - # sh "your_script.sh" - # You can also use other beta testing services here end desc "Deploy a new version to the Google Play"