Skip to content

Commit 6ec77d9

Browse files
Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.9.4 to 2.10.0
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.9.4 to 2.10.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c60875 commit 6ec77d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LogcatCoreLib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
dependencies {
3131
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.20")
3232
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
33-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4")
34-
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.4")
33+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0")
34+
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.10.0")
3535
api("com.jakewharton.timber:timber:5.0.1")
3636
}
3737

LogcatCoreUI/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation("androidx.core:core-ktx:1.17.0")
3434
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.20")
3535
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
36-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4")
36+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0")
3737
implementation("androidx.recyclerview:recyclerview:1.4.0")
3838
api("com.google.android.material:material:1.13.0")
3939
}

0 commit comments

Comments
 (0)