diff --git a/LogcatCoreLib/build.gradle b/LogcatCoreLib/build.gradle index e16f9528..7ae02cec 100644 --- a/LogcatCoreLib/build.gradle +++ b/LogcatCoreLib/build.gradle @@ -25,8 +25,8 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.2" api "com.jakewharton.timber:timber:5.0.1" }