Skip to content

Commit 9e479cb

Browse files
Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.9.2 to 2.9.3
Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.9.2 to 2.9.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-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 9e479cb

1 file changed

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)