File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ changed] Updated ` firebase-crashlytics ` dependency to v18.4.2
2
3
3
4
# 18.4.1
4
5
* [ changed] Updated ` firebase-crashlytics ` dependency to v18.4.1
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
72
72
runtimeOnly ' com.google.firebase:firebase-installations:17.1.3'
73
73
implementation ' com.google.firebase:firebase-measurement-connector:18.0.2'
74
74
implementation " com.google.android.gms:play-services-tasks:18.0.1"
75
- implementation project( ' :firebase-sessions' )
75
+ implementation ' com.google.firebase :firebase-sessions:1.0.2 '
76
76
77
77
javadocClasspath ' com.google.code.findbugs:jsr305:3.0.2'
78
78
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ dependencies {
106
106
implementation ' com.google.firebase:firebase-components:17.1.0'
107
107
implementation project(' :protolite-well-known-types' )
108
108
implementation ' com.google.android.datatransport:transport-api:3.0.0'
109
- implementation project( ' :firebase-datatransport' )
109
+ implementation ' com.google.firebase :firebase-datatransport:18.2.0 '
110
110
implementation ' com.google.firebase:firebase-installations-interop:17.1.0'
111
- runtimeOnly project( ' :firebase-installations' )
111
+ runtimeOnly ' com.google.firebase :firebase-installations:17.1.4 '
112
112
implementation ' javax.inject:javax.inject:1'
113
113
114
114
// To provide @Generated annotations
You can’t perform that action at this time.
0 commit comments