Skip to content

Commit 2f326d3

Browse files
committed
Auto-update dependencies.
1 parent 388d76c commit 2f326d3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: appcheck/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff 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
}

Diff for: config/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
dependencies {
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")

Diff for: gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
agp = "8.9.1"
33
guava = "32.0.1-android"
44
kotlin = "2.1.20"
5-
coreKtx = "1.15.0"
5+
coreKtx = "1.16.0"
66
junit = "4.13.2"
77
junitVersion = "1.2.1"
88
espressoCore = "3.6.1"
99
kotlinxSerializationJson = "1.8.1"
1010
lifecycleRuntimeKtx = "2.8.7"
1111
activityCompose = "1.10.1"
12-
composeBom = "2025.03.01"
12+
composeBom = "2025.04.00"
1313
reactiveStreams = "1.0.4"
1414
vertexAI = "16.3.0"
1515

Diff for: installations/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333

3434
dependencies {
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

Diff for: storage/app/build.gradle.kts

+2-2
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-1.0.32"
5+
id("com.google.devtools.ksp") version "2.1.20-2.0.0"
66
}
77

88
android {
@@ -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

0 commit comments

Comments
 (0)