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" } diff --git a/LogcatCoreUI/build.gradle b/LogcatCoreUI/build.gradle index 371e7067..25a0b2d1 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation "androidx.core:core-ktx:1.16.0" 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-runtime-ktx:2.9.2" implementation "androidx.recyclerview:recyclerview:1.4.0" api "com.google.android.material:material:1.12.0" }