diff --git a/appcheck/app/build.gradle.kts b/appcheck/app/build.gradle.kts index 6d8b5012..cc9f581f 100644 --- a/appcheck/app/build.gradle.kts +++ b/appcheck/app/build.gradle.kts @@ -44,6 +44,6 @@ dependencies { implementation("com.google.firebase:firebase-appcheck-playintegrity") implementation("com.google.firebase:firebase-appcheck-debug") - implementation("com.squareup.retrofit2:retrofit:2.11.0") + implementation("com.squareup.retrofit2:retrofit:3.0.0") implementation("androidx.core:core-ktx:1.16.0") } \ No newline at end of file diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index d54e7c60..88de61ec 100644 --- a/storage/app/build.gradle.kts +++ b/storage/app/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") id("kotlin-android") id("com.google.gms.google-services") - id("com.google.devtools.ksp") version "2.1.20-2.0.1" + id("com.google.devtools.ksp") version "2.1.21-2.0.1" } android {