Skip to content

Commit aca243b

Browse files
Bump lifecycle-runtime-ktx from 2.4.1 to 2.5.0
Bumps lifecycle-runtime-ktx from 2.4.1 to 2.5.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9704c29 commit aca243b

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
@@ -21,7 +21,7 @@ android {
2121
dependencies {
2222
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2323
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3"
24-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
24+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.0"
2525
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
2626
api 'com.github.hannesa2:timber:5.0.1.1'
2727
}

LogcatCoreUI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation "androidx.core:core-ktx:1.8.0"
2424
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2525
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3"
26-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
26+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.0"
2727
implementation 'androidx.recyclerview:recyclerview:1.2.1'
2828
api 'com.google.android.material:material:1.6.1'
2929
}

0 commit comments

Comments
 (0)