Skip to content

Commit f578ad5

Browse files
Bump coroutines_version from 1.4.3 to 1.8.0 in /ready-to-use-ui-demo
Bumps `coroutines_version` from 1.4.3 to 1.8.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.4.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](Kotlin/kotlinx.coroutines@1.4.3...1.8.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.4.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](Kotlin/kotlinx.coroutines@1.4.3...1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cba5bc6 commit f578ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ready-to-use-ui-demo/rtu_ui_components/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
implementation("androidx.recyclerview:recyclerview:1.3.2")
7171
implementation("com.google.android.material:material:1.9.0")
7272

73-
def coroutines_version = "1.7.3"
73+
def coroutines_version = "1.8.0"
7474
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
7575
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version")
7676

0 commit comments

Comments
 (0)