diff --git a/fastlane/lib/fastlane/actions/crashlytics.rb b/fastlane/lib/fastlane/actions/crashlytics.rb index 51f2f5a67e7..6a4c2b1401e 100644 --- a/fastlane/lib/fastlane/actions/crashlytics.rb +++ b/fastlane/lib/fastlane/actions/crashlytics.rb @@ -170,7 +170,7 @@ def self.author def self.details [ "Crashlytics Beta has been deprecated and replaced with Firebase App Distribution.", - "Beta will continue working until March 31, 2020.", + "Beta will continue working until May 4, 2020.", "Check out the [Firebase App Distribution docs](https://github.com/fastlane/fastlane-plugin-firebase_app_distribution) to get started.", "", "Additionally, you can specify `notes`, `emails`, `groups` and `notifications`.", @@ -206,7 +206,7 @@ def self.category def self.deprecated_notes [ "Crashlytics Beta has been deprecated and replaced with Firebase App Distribution.", - "Beta will continue working until March 31, 2020.", + "Beta will continue working until May 4, 2020.", "Check out the [Firebase App Distribution docs](https://github.com/fastlane/fastlane-plugin-firebase_app_distribution) to get started." ].join("\n") end