From 95288c959f358ad2cd083c01c69905cb0f6388d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:11:47 +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.6.4 to 1.7.1. - [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.6.4...1.7.1) --- 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 d781c384..f32084fc 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.6.4" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" 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 198b342f..3ea89f3a 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -28,7 +28,7 @@ dependencies { api project(':LogcatCoreLib') implementation "androidx.core:core-ktx:1.10.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1" implementation 'androidx.recyclerview:recyclerview:1.3.0' api 'com.google.android.material:material:1.8.0' diff --git a/sample/build.gradle b/sample/build.gradle index dba4b1e0..4992edee 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.6.4" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" androidTestImplementation 'com.github.AppDevNext:Moka:1.6' androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"