Skip to content

Commit

Permalink
Crashlytics exception handler (#6267)
Browse files Browse the repository at this point in the history
Revert the old reversion
#6191
merge back feature branch

---------

Co-authored-by: Matthew Robertson <mrober@users.noreply.github.com>
  • Loading branch information
themiswang and mrober authored Sep 18, 2024
1 parent e6b4ace commit 6e7e04e
Show file tree
Hide file tree
Showing 40 changed files with 2,276 additions and 1,456 deletions.
2 changes: 1 addition & 1 deletion firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.1.1
latestReleasedVersion=19.1.0
latestReleasedVersion=19.1.0
5 changes: 4 additions & 1 deletion firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased

* [fixed] Improved data consistency for rapid user actions.
* [changed] Internal changes to improve startup time.
* [changed] Internal changes to the way background tasks are scheduled.
* [changed] Migrated SDK to use standard Firebase executors.

# 19.1.0
* [feature] Added the `isCrashlyticsCollectionEnabled` API to check if Crashlytics collection is
Expand Down
1 change: 1 addition & 0 deletions firebase-crashlytics/firebase-crashlytics.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ dependencies {
testImplementation(libs.mockito.core)
testImplementation(libs.robolectric)
testImplementation(libs.truth)
testImplementation(project(":integ-testing"))

androidTestImplementation(libs.androidx.test.core)
androidTestImplementation(libs.androidx.test.runner)
Expand Down
2 changes: 1 addition & 1 deletion firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.1.1
latestReleasedVersion=19.1.0
latestReleasedVersion=19.1.0
Loading

0 comments on commit 6e7e04e

Please sign in to comment.