From d5ead22dab3c43eed7b63b6cc7eb2fd483b9648e Mon Sep 17 00:00:00 2001 From: Alex Singer Date: Wed, 18 Mar 2020 13:13:13 -0400 Subject: [PATCH] Update crashlytics deprecation date to May 4, 2020 (#16189) --- fastlane/lib/fastlane/actions/crashlytics.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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