We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c1c6c commit cc44082Copy full SHA for cc44082
appcheck/app/build.gradle.kts
@@ -44,6 +44,6 @@ dependencies {
44
implementation("com.google.firebase:firebase-appcheck-playintegrity")
45
implementation("com.google.firebase:firebase-appcheck-debug")
46
47
- implementation("com.squareup.retrofit2:retrofit:2.11.0")
+ implementation("com.squareup.retrofit2:retrofit:3.0.0")
48
implementation("androidx.core:core-ktx:1.16.0")
49
}
storage/app/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
id("com.android.application")
3
id("kotlin-android")
4
id("com.google.gms.google-services")
5
- id("com.google.devtools.ksp") version "2.1.20-2.0.1"
+ id("com.google.devtools.ksp") version "2.1.21-2.0.1"
6
7
8
android {
0 commit comments