diff --git a/LogcatCoreLib/build.gradle b/LogcatCoreLib/build.gradle index aca1e763..df3e2fbb 100644 --- a/LogcatCoreLib/build.gradle +++ b/LogcatCoreLib/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4" - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.4' api 'com.jakewharton.timber:timber:5.0.1' }