File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ dependencies {
45
45
implementation(" com.google.firebase:firebase-appcheck-debug" )
46
46
47
47
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" )
49
49
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
}
33
33
34
34
dependencies {
35
- implementation(" androidx.core:core-ktx:1.15 .0" )
35
+ implementation(" androidx.core:core-ktx:1.16 .0" )
36
36
implementation(" androidx.appcompat:appcompat:1.7.0" )
37
37
implementation(" com.google.android.material:material:1.12.0" )
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
Original file line number Diff line number Diff line change 2
2
agp = " 8.9.1"
3
3
guava = " 32.0.1-android"
4
4
kotlin = " 2.1.20"
5
- coreKtx = " 1.15 .0"
5
+ coreKtx = " 1.16 .0"
6
6
junit = " 4.13.2"
7
7
junitVersion = " 1.2.1"
8
8
espressoCore = " 3.6.1"
9
9
kotlinxSerializationJson = " 1.8.1"
10
10
lifecycleRuntimeKtx = " 2.8.7"
11
11
activityCompose = " 1.10.1"
12
- composeBom = " 2025.03.01 "
12
+ composeBom = " 2025.04.00 "
13
13
reactiveStreams = " 1.0.4"
14
14
vertexAI = " 16.3.0"
15
15
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
34
34
dependencies {
35
35
implementation(fileTree(" libs" ).include(" *.jar" ))
36
- implementation(" androidx.core:core-ktx:1.15 .0" )
36
+ implementation(" androidx.core:core-ktx:1.16 .0" )
37
37
implementation(" androidx.appcompat:appcompat:1.7.0" )
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
39
39
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id(" com.android.application" )
3
3
id(" kotlin-android" )
4
4
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 "
6
6
}
7
7
8
8
android {
@@ -47,7 +47,7 @@ dependencies {
47
47
// When using the BoM, you don't specify versions in Firebase library dependencies
48
48
implementation(" com.google.firebase:firebase-storage" )
49
49
50
- implementation(" com.firebaseui:firebase-ui-storage:8 .0.2 " )
50
+ implementation(" com.firebaseui:firebase-ui-storage:9 .0.0 " )
51
51
implementation(" com.github.bumptech.glide:glide:4.16.0" )
52
52
ksp(" com.github.bumptech.glide:ksp:4.16.0" )
53
53
You can’t perform that action at this time.
0 commit comments