Skip to content

Update Crashlytics changelogs and source versions #1691

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

Merged
merged 1 commit into from
Jun 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 17.1.0

- [changed] Updated `firebase-crashlytics` dependency to v17.1.0.

# 17.0.1

- [changed] Updated `firebase-crashlytics` dependency to v17.0.1.

# 17.0.0

- [changed] The Firebase Crashlytics SDK for NDK is now generally
available.

- [changed] Updated `firebase-crashlytics` dependency to v17.0.0.

# 17.0.0-beta04

- [changed] Updated `firebase-crashlytics` dependency to v17.0.0-beta-04.
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.0.2
latestReleasedVersion=17.0.1
version=17.1.1
latestReleasedVersion=17.1.0
29 changes: 29 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 17.1.0

- [fixed] Updated Crashlytics integration with Firebase Analytics to
include native crashes in crash-free users counts.

- [fixed] Removed a harmless, yet unexpected `FileNotFoundException` log
output that printed when an optional file is unavailable.
([Github Issue #1559](//github.com/firebase/firebase-android-sdk/issues/1559#issuecomment-638387614))

# 17.0.1

- [fixed] Fixed an issue causing a `SQLiteException` when changing versions
of Crashlytics.
([Github Issue #1531](https://github.com/firebase/firebase-android-sdk/issues/1531))

- [fixed] Improved reliability of sending reports at crash time on Android API
level 28+.

# 17.0.0

- [changed] The Firebase Crashlytics SDK is now generally available.

- [fixed] Fixed an issue that could cause apps to crash if a crash report
payload is too large (rare).

- [changed] Updated dependency on the Firebase Instance ID library to v20.1.5,
which is a step towards a direct dependency on the Firebase Installations
service in a future release.

# 17.0.0-beta04

- [changed] Imposed a limit on the maximum crash report payload size.
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.0.2
latestReleasedVersion=17.0.1
version=17.1.1
latestReleasedVersion=17.1.0