diff --git a/LogcatCoreLib/build.gradle b/LogcatCoreLib/build.gradle index 61f9f9c8..ca54f5b1 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.2" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.2" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.3" api "com.jakewharton.timber:timber:5.0.1" }