File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
implementation " com.google.firebase:firebase-auth-ktx:21.0.8"
33
33
34
34
// [START gradle_firebase_ui_auth]
35
- implementation " com.firebaseui:firebase-ui-auth:8.0.1 "
35
+ implementation " com.firebaseui:firebase-ui-auth:8.0.2 "
36
36
37
37
// Required only if Facebook login support is required
38
38
// Find the latest Facebook SDK releases here: https://goo.gl/Ce5L94
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ dependencies {
25
25
implementation ' androidx.appcompat:appcompat:1.5.1'
26
26
implementation " com.google.firebase:firebase-storage-ktx:20.0.2"
27
27
28
- implementation ' com.firebaseui:firebase-ui-storage:8.0.1 '
29
- implementation ' com.github.bumptech.glide:glide:4.13.2 '
30
- annotationProcessor ' com.github.bumptech.glide:compiler:4.13.2 '
31
- kapt ' com.github.bumptech.glide:compiler:4.13.2 '
28
+ implementation ' com.firebaseui:firebase-ui-storage:8.0.2 '
29
+ implementation ' com.github.bumptech.glide:glide:4.14.0 '
30
+ annotationProcessor ' com.github.bumptech.glide:compiler:4.14.0 '
31
+ kapt ' com.github.bumptech.glide:compiler:4.14.0 '
32
32
33
33
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
34
34
}
You can’t perform that action at this time.
0 commit comments