Skip to content

Commit cc44082

Browse files
authored
Auto-update dependencies. (#627)
Brought to you by your friendly [Repository Gardener](https://togithub.com/GoogleCloudPlatform/repository-gardener).
1 parent 44c1c6c commit cc44082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appcheck/app/build.gradle.kts

+1-1
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

+1-1
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 {

0 commit comments

Comments
 (0)