Skip to content

Commit e2e13ea

Browse files
committed
Auto-update dependencies.
1 parent ae9bd6f commit e2e13ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.4")
3939
implementation("com.google.android.material:material:1.12.0")
40-
implementation("androidx.activity:activity-ktx:1.9.0")
40+
implementation("androidx.activity:activity-ktx:1.9.1")
4141

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ junit = "4.13.2"
77
junitVersion = "1.2.1"
88
espressoCore = "3.6.1"
99
lifecycleRuntimeKtx = "2.8.0"
10-
activityCompose = "1.9.0"
10+
activityCompose = "1.9.1"
1111
composeBom = "2024.06.00"
1212
reactiveStreams = "1.0.4"
1313
vertexAI = "16.0.0-beta03"

0 commit comments

Comments
 (0)