diff --git a/LogcatCoreLib/build.gradle b/LogcatCoreLib/build.gradle index f32084fc..8984a6ee 100644 --- a/LogcatCoreLib/build.gradle +++ b/LogcatCoreLib/build.gradle @@ -23,7 +23,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1" implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1' api 'com.jakewharton.timber:timber:5.0.1' diff --git a/LogcatCoreUI/build.gradle b/LogcatCoreUI/build.gradle index 3f8c86b6..0f420fcb 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -28,7 +28,7 @@ dependencies { api project(':LogcatCoreLib') implementation "androidx.core:core-ktx:1.10.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1" implementation 'androidx.recyclerview:recyclerview:1.3.0' api 'com.google.android.material:material:1.9.0' diff --git a/sample/build.gradle b/sample/build.gradle index 4992edee..7f7cee3d 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "androidx.appcompat:appcompat:1.6.1" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2" androidTestImplementation 'com.github.AppDevNext:Moka:1.6' androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"