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 {
3232 implementation " com.google.firebase:firebase-auth-ktx:21.0.8"
3333
3434 // [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 "
3636
3737 // Required only if Facebook login support is required
3838 // 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 {
2525 implementation ' androidx.appcompat:appcompat:1.5.1'
2626 implementation " com.google.firebase:firebase-storage-ktx:20.0.2"
2727
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 '
3232
3333 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
3434}
You can’t perform that action at this time.
0 commit comments