Skip to content

Commit 4212559

Browse files
Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49a7920 commit 4212559

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LogcatCoreLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
dependencies {
2323
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2424
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
25-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0"
25+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.1"
2626
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.1'
2727
api 'com.jakewharton.timber:timber:5.0.1'
2828
}

LogcatCoreUI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation "androidx.core:core-ktx:1.13.1"
2929
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3030
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
31-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0"
31+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.1"
3232
implementation 'androidx.recyclerview:recyclerview:1.3.2'
3333
api 'com.google.android.material:material:1.12.0'
3434
}

0 commit comments

Comments
 (0)