Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crashlytics deprecation date to May 4, 2020 #16189

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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