File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ dependencies {
40
40
implementation ' androidx.multidex:multidex:2.0.1'
41
41
42
42
// Firestore
43
- implementation " com.google.firebase:firebase-firestore-ktx:24.4.0 "
43
+ implementation " com.google.firebase:firebase-firestore-ktx:24.4.1 "
44
44
45
45
// Firebase / Play Services
46
46
implementation " com.google.firebase:firebase-auth:21.1.0"
47
- implementation " com.google.android.gms:play-services-auth:20.3 .0"
48
- implementation " com.google.firebase:firebase-functions-ktx:20.2.0 "
47
+ implementation " com.google.android.gms:play-services-auth:20.4 .0"
48
+ implementation " com.google.firebase:firebase-functions-ktx:20.2.1 "
49
49
50
50
// GeoFire (for Geoqueries solution)
51
51
implementation " com.firebase:geofire-android-common:3.2.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
26
26
implementation ' androidx.appcompat:appcompat:1.5.1'
27
27
28
- implementation " com.google.firebase:firebase-functions-ktx:20.2.0 "
28
+ implementation " com.google.firebase:firebase-functions-ktx:20.2.1 "
29
29
}
30
30
31
31
apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
// for Google Analytics. This is recommended, but not required.
31
31
implementation ' com.google.firebase:firebase-analytics:21.2.0'
32
32
33
- implementation " com.google.android.gms:play-services-auth:20.3 .0"
33
+ implementation " com.google.android.gms:play-services-auth:20.4 .0"
34
34
implementation ' androidx.work:work-runtime-ktx:2.7.1'
35
35
}
36
36
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ dependencies {
27
27
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
28
28
implementation ' androidx.appcompat:appcompat:1.5.1'
29
29
implementation " com.google.firebase:firebase-config-ktx:21.2.0"
30
- implementation " com.google.firebase:firebase-perf-ktx:20.2 .0"
30
+ implementation " com.google.firebase:firebase-perf-ktx:20.3 .0"
31
31
}
You can’t perform that action at this time.
0 commit comments