Skip to content

Commit d04280f

Browse files
Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.6.1 to 2.6.2
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.1 to 2.6.2. --- 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 a2d5b51 commit d04280f

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
@@ -24,7 +24,7 @@ android {
2424
dependencies {
2525
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2626
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
27-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
27+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
2828
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.2'
2929
api 'com.jakewharton.timber:timber:5.0.1'
3030
}

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.10.1"
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3131
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
32-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
32+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
3333
implementation 'androidx.recyclerview:recyclerview:1.3.1'
3434
api 'com.google.android.material:material:1.9.0'
3535
}

0 commit comments

Comments
 (0)