From c8d4af91999cd2337b87cb8c3f2c9b3534d9876f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 03:37:25 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-android Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.8.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.3...1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- LogcatCoreLib/build.gradle | 2 +- LogcatCoreUI/build.gradle | 2 +- sample/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LogcatCoreLib/build.gradle b/LogcatCoreLib/build.gradle index 84798a07..d9e8f9da 100644 --- a/LogcatCoreLib/build.gradle +++ b/LogcatCoreLib/build.gradle @@ -21,7 +21,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.7.0' api 'com.jakewharton.timber:timber:5.0.1' diff --git a/LogcatCoreUI/build.gradle b/LogcatCoreUI/build.gradle index b541f1b7..5537bda1 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -27,7 +27,7 @@ dependencies { api project(':LogcatCoreLib') implementation "androidx.core:core-ktx:1.12.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" implementation 'androidx.recyclerview:recyclerview:1.3.2' api 'com.google.android.material:material:1.11.0' diff --git a/sample/build.gradle b/sample/build.gradle index 407433ac..225830a7 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -60,7 +60,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.3" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" androidTestImplementation 'com.github.AppDevNext:Moka:1.6' androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"