Skip to content

Commit 329304c

Browse files
authored
Update Crashlytics and Crashlytics NDK changelogs (firebase#1129)
Update copy, fix links.
1 parent 0711e04 commit 329304c

File tree

2 files changed

+42
-16
lines changed

2 files changed

+42
-16
lines changed
Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
# 17.0.0-beta01
22

3-
This release includes the initial beta release of Firebase Crashlytics's NDK crash reporting SDK.
3+
This release includes the initial beta release of the Firebase Crashlytics
4+
SDK for NDK crash reporting.
45

5-
If you previously used the legacy Fabric SDK for NDK crash reporting, you can consider this release as a new major version of the SDK which includes artifact name changes and improvements to APIs. **The following release notes describe these changes to the SDK.**
6+
The Firebase Crashlytics SDK for NDK is a new version of the Crashlytics
7+
SDK for NDK crash reporting built _without_ Fabric and instead built entirely on
8+
Firebase. This new SDK has new and improved APIs as well as an artifact name
9+
change. The following release notes describe changes in the new SDK.
610

7-
- If you're using Crashlytics for NDK crash reporting in your app for the first time, first follow the [getting started instructions](https://firebase.google.com/docs/crashlytics/get-started?platform=android).
8-
- If you're upgrading from the legacy Fabric SDK to the Firebase Crashlytics SDK, first follow the [upgrade instructions](https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android).
11+
- If you're using Crashlytics for NDK crash reporting in your app for the
12+
first time, follow the [getting started instructions](/docs/crashlytics/get-started-new-sdk?platform=android).
13+
- If you're upgrading from the legacy Fabric SDK to the
14+
Firebase Crashlytics SDK for NDK crash reporting, follow the
15+
[upgrade instructions](/docs/crashlytics/upgrade-sdk?platform=android)
16+
to update your app with the following SDK changes.
917

10-
The following changes are only relevant to Crashlytics NDK users who are upgrading from a previous Crashlytics NDK version:
11-
12-
- [changed] Crashlytics NDK crash reporting will now start automatically when the Crashlytics NDK dependency is included in your app.
13-
- [changed] The Crashlytics Gradle plugin has new tasks to support uploading symbol files to Crashlytics servers. See the [Crashlytics Gradle plugin documentation](https://firebase.google.com/docs/crashlytics/ndk-reports) for more information.
18+
Note: The following changes are only relevant to Crashlytics NDK users who
19+
are upgrading from the legacy Fabric SDK.
1420

21+
- [changed] Crashlytics NDK crash reporting will now start automatically
22+
when the Crashlytics NDK dependency is included in your app.
23+
- [changed] The Crashlytics Gradle plugin has new tasks to support
24+
uploading symbol files to Crashlytics servers. See the
25+
[Crashlytics Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
26+
for more information.

firebase-crashlytics/CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
# 17.0.0-beta01
22

3-
This release for Firebase Crashlytics includes the initial beta release of the Firebase Crashlytics SDK.
3+
This release for Firebase Crashlytics includes the initial beta release of
4+
the Firebase Crashlytics SDK.
45

5-
If you previously used the legacy Fabric SDK for Crashlytics, you can consider this release as a major versioning of the Fabric SDK which includes an SDK name change and improvements to APIs. **The following release notes describe these changes to the SDK.**
6+
The Firebase Crashlytics SDK is a new version of the Crashlytics SDK
7+
built _without_ Fabric and instead built entirely on Firebase. This new SDK has
8+
new and improved APIs as well as an artifact name change.
9+
The following release notes describe changes in the new SDK.
610

7-
- If you're using Crashlytics in your app for the first time, follow the [getting started instructions](https://firebase.google.com/docs/crashlytics/get-started?platform=android).
8-
- If you're upgrading from the legacy Fabric SDK to the Firebase Crashlytics SDK, follow the [upgrade instructions](https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android) to make the required changes in your app to accommodate the SDK changes described in the following release notes.
11+
- If you're using Crashlytics in your app for the first time, follow the
12+
[getting started instructions](/docs/crashlytics/get-started-new-sdk?platform=android).
13+
- If you're upgrading from the legacy Fabric SDK to the
14+
Firebase Crashlytics SDK, follow the [upgrade instructions](/docs/crashlytics/upgrade-sdk?platform=android)
15+
to update your app with the following SDK changes.
916

10-
The following changes are only relevant to Crashlytics users who are upgrading from a previous Crashlytics version:
17+
Note: The following changes are only relevant to Crashlytics users who are
18+
upgrading from the legacy Fabric SDK.
1119

12-
- [changed] Replaced static methods with new instance methods that are more consistent with other Firebase SDKs and more intuitive to use. The new APIs give your users more control over how you collect their data.
13-
- [removed] Removed the Fabric Crashlytics API key. Now, Crashlytics will always use the `google-services.json` file to associate your app with your Firebase project. If you linked your app from Fabric, remove the Fabric API key from your `AndroidManifest.xml` file.
14-
- [removed] The `fabric.properties` and `crashlytics.properties` files are no longer supported. Remove them from your app.
20+
- [changed] Replaced static methods with new instance methods that are more
21+
consistent with other Firebase SDKs and more intuitive to use. The new APIs
22+
give your users more control over how you collect their data.
23+
- [removed] Removed the Fabric Crashlytics API key. Now, Crashlytics
24+
will always use the `google-services.json` file to associate your app with your
25+
Firebase project. If you linked your app from Fabric, remove the Fabric API key
26+
from your `AndroidManifest.xml` file.
27+
- [removed] The `fabric.properties` and `crashlytics.properties` files are no
28+
longer supported. Remove them from your app.

0 commit comments

Comments
 (0)