Skip to content

Commit 8db6332

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-android
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.10.1...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f791304 commit 8db6332

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
@@ -24,7 +24,7 @@ android {
2424

2525
dependencies {
2626
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
27-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
27+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
2828
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
2929
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.2"
3030
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.16.0"
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
31-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
31+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
3232
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
3333
implementation "androidx.recyclerview:recyclerview:1.4.0"
3434
api "com.google.android.material:material:1.12.0"

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
implementation "androidx.legacy:legacy-support-v4:1.0.0"
6262
implementation "androidx.appcompat:appcompat:1.7.1"
6363
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
64-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
64+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
6565
implementation "androidx.test.uiautomator:uiautomator:2.3.0"
6666

6767
androidTestImplementation "androidx.test:rules:1.7.0" // GrantPermissionRule

0 commit comments

Comments
 (0)