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"