Skip to content

Commit 6042f68

Browse files
committed
Auto-update dependencies.
1 parent 68e1555 commit 6042f68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coreKtx = "1.13.1"
66
junit = "4.13.2"
77
junitVersion = "1.2.1"
88
espressoCore = "3.6.1"
9-
lifecycleRuntimeKtx = "2.8.0"
9+
lifecycleRuntimeKtx = "2.8.4"
1010
activityCompose = "1.9.1"
1111
composeBom = "2024.06.00"
1212
reactiveStreams = "1.0.4"

messaging/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ dependencies {
5252
implementation("com.google.firebase:firebase-firestore")
5353

5454
implementation("com.google.android.gms:play-services-auth:21.2.0")
55-
implementation("androidx.work:work-runtime-ktx:2.9.0")
56-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0")
55+
implementation("androidx.work:work-runtime-ktx:2.9.1")
56+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
5757
}

0 commit comments

Comments
 (0)