Skip to content

Commit 6e7e04e

Browse files
themiswangmrober
andauthored
Crashlytics exception handler (#6267)
Revert the old reversion #6191 merge back feature branch --------- Co-authored-by: Matthew Robertson <[email protected]>
1 parent e6b4ace commit 6e7e04e

40 files changed

+2276
-1456
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=19.1.1
2-
latestReleasedVersion=19.1.0
2+
latestReleasedVersion=19.1.0

firebase-crashlytics/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
2-
2+
* [fixed] Improved data consistency for rapid user actions.
3+
* [changed] Internal changes to improve startup time.
4+
* [changed] Internal changes to the way background tasks are scheduled.
5+
* [changed] Migrated SDK to use standard Firebase executors.
36

47
# 19.1.0
58
* [feature] Added the `isCrashlyticsCollectionEnabled` API to check if Crashlytics collection is

firebase-crashlytics/firebase-crashlytics.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ dependencies {
9898
testImplementation(libs.mockito.core)
9999
testImplementation(libs.robolectric)
100100
testImplementation(libs.truth)
101+
testImplementation(project(":integ-testing"))
101102

102103
androidTestImplementation(libs.androidx.test.core)
103104
androidTestImplementation(libs.androidx.test.runner)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=19.1.1
2-
latestReleasedVersion=19.1.0
2+
latestReleasedVersion=19.1.0

0 commit comments

Comments
 (0)