Skip to content

Commit 1567240

Browse files
authored
Auto-update dependencies. (#387)
Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).
1 parent 2826699 commit 1567240

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

auth/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

storage/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)