diff --git a/LogcatCoreLib/build.gradle b/LogcatCoreLib/build.gradle index 7e0927f..d91243a 100644 --- a/LogcatCoreLib/build.gradle +++ b/LogcatCoreLib/build.gradle @@ -22,7 +22,7 @@ android { 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.7.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.0' api 'com.jakewharton.timber:timber:5.0.1' } diff --git a/LogcatCoreUI/build.gradle b/LogcatCoreUI/build.gradle index 896574f..2909cb9 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation "androidx.core:core-ktx:1.13.1" 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.7.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" implementation 'androidx.recyclerview:recyclerview:1.3.2' api 'com.google.android.material:material:1.12.0' }