Skip to content

Commit b921a9a

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

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.2"
28-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
29-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.2"
28+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3"
29+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.3"
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.2"
32-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
32+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3"
3333
implementation "androidx.recyclerview:recyclerview:1.4.0"
3434
api "com.google.android.material:material:1.12.0"
3535
}

0 commit comments

Comments
 (0)