Skip to content

Commit 42a07d0

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

appcheck/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929

3030
dependencies {
3131
implementation 'androidx.appcompat:appcompat:1.4.1'
32-
implementation 'com.google.android.material:material:1.5.0'
32+
implementation 'com.google.android.material:material:1.6.0'
3333
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
3434

3535
implementation 'com.google.firebase:firebase-appcheck:16.0.0-beta02'

auth/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation 'androidx.browser:browser:1.0.0'
2727
implementation 'androidx.cardview:cardview:1.0.0'
2828
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
29-
implementation 'com.google.android.material:material:1.5.0'
29+
implementation 'com.google.android.material:material:1.6.0'
3030
implementation 'androidx.activity:activity:1.4.0'
3131

3232
implementation "com.google.firebase:firebase-auth-ktx:21.0.3"

dl-invites/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ dependencies {
2727
implementation 'androidx.recyclerview:recyclerview:1.2.1'
2828
implementation 'com.google.firebase:firebase-dynamic-links:21.0.1'
2929

30-
implementation 'com.google.android.material:material:1.5.0'
30+
implementation 'com.google.android.material:material:1.6.0'
3131
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
3232
}

storage/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies {
2626
implementation "com.google.firebase:firebase-storage-ktx:20.0.1"
2727

2828
implementation 'com.firebaseui:firebase-ui-storage:8.0.1'
29-
implementation 'com.github.bumptech.glide:glide:4.13.1'
30-
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
31-
kapt 'com.github.bumptech.glide:compiler:4.13.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'
3232

3333
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
3434
}

0 commit comments

Comments
 (0)