Skip to content

Commit efab8a7

Browse files
committed
Auto-update dependencies.
1 parent 294e0ed commit efab8a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

auth/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation("androidx.cardview:cardview:1.0.0")
3838
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
3939
implementation("com.google.android.material:material:1.13.0")
40-
implementation("androidx.activity:activity-ktx:1.12.0")
40+
implementation("androidx.activity:activity-ktx:1.12.1")
4141

4242
// Import the BoM for the Firebase platform
4343
implementation(platform("com.google.firebase:firebase-bom:34.6.0"))

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ junitVersion = "1.3.0"
99
espressoCore = "3.7.0"
1010
kotlinxSerializationJson = "1.9.0"
1111
lifecycleRuntimeKtx = "2.10.0"
12-
activityCompose = "1.12.0"
13-
composeBom = "2025.11.01"
12+
activityCompose = "1.12.1"
13+
composeBom = "2025.12.00"
1414
reactiveStreams = "1.0.4"
1515
vertexAI = "16.5.0"
1616

0 commit comments

Comments
 (0)