Skip to content

Commit

Permalink
Update crashlytics deprecation date to May 4, 2020 (#16189)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsinger committed Mar 18, 2020
1 parent c762d7f commit d5ead22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/lib/fastlane/actions/crashlytics.rb
Expand Up @@ -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`.",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5ead22

Please sign in to comment.