Skip to content

Commit 4151cff

Browse files
committed
Auto-update dependencies.
1 parent 44c1c6c commit 4151cff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appcheck/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ dependencies {
4444
implementation("com.google.firebase:firebase-appcheck-playintegrity")
4545
implementation("com.google.firebase:firebase-appcheck-debug")
4646

47-
implementation("com.squareup.retrofit2:retrofit:2.11.0")
47+
implementation("com.squareup.retrofit2:retrofit:3.0.0")
4848
implementation("androidx.core:core-ktx:1.16.0")
4949
}

storage/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("com.android.application")
33
id("kotlin-android")
44
id("com.google.gms.google-services")
5-
id("com.google.devtools.ksp") version "2.1.20-2.0.1"
5+
id("com.google.devtools.ksp") version "2.1.21-2.0.1"
66
}
77

88
android {
@@ -47,7 +47,7 @@ dependencies {
4747
// When using the BoM, you don't specify versions in Firebase library dependencies
4848
implementation("com.google.firebase:firebase-storage")
4949

50-
implementation("com.firebaseui:firebase-ui-storage:8.0.2")
50+
implementation("com.firebaseui:firebase-ui-storage:9.0.0")
5151
implementation("com.github.bumptech.glide:glide:4.16.0")
5252
ksp("com.github.bumptech.glide:ksp:4.16.0")
5353

0 commit comments

Comments
 (0)