Skip to content

Commit 641bd5c

Browse files
Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.7 to 2.9.2
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.7 to 2.9.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 175489d commit 641bd5c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LogcatCoreLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
dependencies {
2626
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2727
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
28-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
29-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
28+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
29+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.2"
3030
api "com.jakewharton.timber:timber:5.0.1"
3131
}
3232

LogcatCoreUI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation "androidx.core:core-ktx:1.16.0"
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3131
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
32-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
32+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
3333
implementation "androidx.recyclerview:recyclerview:1.4.0"
3434
api "com.google.android.material:material:1.12.0"
3535
}

0 commit comments

Comments
 (0)