Skip to content

Commit f2e61fa

Browse files
dpebotsamtstern
authored andcommitted
Auto-update dependencies. (firebase#132)
1 parent 840da37 commit f2e61fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firestore/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation 'androidx.multidex:multidex:2.0.1'
4141

4242
// Firestore
43-
implementation "com.google.firebase:firebase-firestore:21.1.0"
43+
implementation "com.google.firebase:firebase-firestore:21.1.1"
4444

4545
// Firebase / Play Services
4646
implementation "com.google.firebase:firebase-auth:19.0.0"

storage/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies {
2727
implementation "com.google.firebase:firebase-storage:19.0.1"
2828

2929
implementation 'com.firebaseui:firebase-ui-storage:4.3.2'
30-
implementation 'com.github.bumptech.glide:glide:4.9.0'
31-
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
32-
kapt 'com.github.bumptech.glide:compiler:4.9.0'
30+
implementation 'com.github.bumptech.glide:glide:4.10.0'
31+
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
32+
kapt 'com.github.bumptech.glide:compiler:4.10.0'
3333

3434
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50"
3535
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

0 commit comments

Comments
 (0)