Skip to content

Commit 74ca492

Browse files
Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.9.3 to 2.9.4
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.9.3 to 2.9.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 733a4f1 commit 74ca492

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
@@ -28,8 +28,8 @@ android {
2828
dependencies {
2929
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3030
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
31-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3"
32-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.3"
31+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.4"
32+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.4"
3333
api "com.jakewharton.timber:timber:5.0.1"
3434
}
3535

LogcatCoreUI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation "androidx.core:core-ktx:1.17.0"
3232
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3333
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
34-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3"
34+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.4"
3535
implementation "androidx.recyclerview:recyclerview:1.4.0"
3636
api "com.google.android.material:material:1.13.0"
3737
}

0 commit comments

Comments
 (0)