From cff448641eaf2f4840cf59b0ea6b1443080abfba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:22:58 +0000 Subject: [PATCH] Bump coroutines_version from 1.4.3 to 1.7.3 in /ready-to-use-ui-demo Bumps `coroutines_version` from 1.4.3 to 1.7.3. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.4.3 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/compare/1.4.3...1.7.3) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.4.3 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/compare/1.4.3...1.7.3) --- 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] --- ready-to-use-ui-demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ready-to-use-ui-demo/build.gradle b/ready-to-use-ui-demo/build.gradle index 94f52d30..b72bf219 100644 --- a/ready-to-use-ui-demo/build.gradle +++ b/ready-to-use-ui-demo/build.gradle @@ -4,7 +4,7 @@ buildscript { ext.targetSdkVersion = 30 ext.minSdkVersion = 21 - ext.coroutines_version = '1.4.3' + ext.coroutines_version = '1.7.3' ext.scanbotSdkVersion = '4.1.1' }