Skip to content

Commit e3bac22

Browse files
Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.8.7 to 2.9.2
Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.8.7 to 2.9.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 175489d commit e3bac22

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.1"
28-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
29-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
28+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
29+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.2"
3030
api "com.jakewharton.timber:timber:5.0.1"
3131
}
3232

0 commit comments

Comments
 (0)