Skip to content

Commit a634d8c

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-android
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 to 1.7.3. - [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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e36913 commit a634d8c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LogcatCoreLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323

2424
dependencies {
2525
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
26-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2"
26+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
2727
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
2828
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
2929
api 'com.jakewharton.timber:timber:5.0.1'

LogcatCoreUI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
api project(':LogcatCoreLib')
2929
implementation "androidx.core:core-ktx:1.10.1"
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
31-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2"
31+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
3232
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
3333
implementation 'androidx.recyclerview:recyclerview:1.3.0'
3434
api 'com.google.android.material:material:1.9.0'

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5555
implementation "androidx.appcompat:appcompat:1.6.1"
5656
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
57-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2"
57+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
5858

5959
androidTestImplementation 'com.github.AppDevNext:Moka:1.6'
6060
androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"

0 commit comments

Comments
 (0)