File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ dependencies {
4545 implementation(" com.google.firebase:firebase-appcheck-debug" )
4646
4747 implementation(" com.squareup.retrofit2:retrofit:2.11.0" )
48- implementation(" androidx.core:core-ktx:1.15 .0" )
48+ implementation(" androidx.core:core-ktx:1.16 .0" )
4949}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232}
3333
3434dependencies {
35- implementation(" androidx.core:core-ktx:1.15 .0" )
35+ implementation(" androidx.core:core-ktx:1.16 .0" )
3636 implementation(" androidx.appcompat:appcompat:1.7.0" )
3737 implementation(" com.google.android.material:material:1.12.0" )
3838 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
Original file line number Diff line number Diff line change 22agp = " 8.9.1"
33guava = " 32.0.1-android"
44kotlin = " 2.1.20"
5- coreKtx = " 1.15 .0"
5+ coreKtx = " 1.16 .0"
66junit = " 4.13.2"
77junitVersion = " 1.2.1"
88espressoCore = " 3.6.1"
99kotlinxSerializationJson = " 1.8.1"
1010lifecycleRuntimeKtx = " 2.8.7"
1111activityCompose = " 1.10.1"
12- composeBom = " 2025.03.01 "
12+ composeBom = " 2025.04.00 "
1313reactiveStreams = " 1.0.4"
1414vertexAI = " 16.3.0"
1515
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333
3434dependencies {
3535 implementation(fileTree(" libs" ).include(" *.jar" ))
36- implementation(" androidx.core:core-ktx:1.15 .0" )
36+ implementation(" androidx.core:core-ktx:1.16 .0" )
3737 implementation(" androidx.appcompat:appcompat:1.7.0" )
3838 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
3939
Original file line number Diff line number Diff 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-1 .0.32 "
5+ id(" com.google.devtools.ksp" ) version " 2.1.20-2 .0.0 "
66}
77
88android {
@@ -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
You can’t perform that action at this time.
0 commit comments