From b2104bcd8661aebb350960952fa7c95783756437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:51:42 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.6.3 to 1.6.4 in /examples/android Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4. - [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.3...1.6.4) --- 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] --- examples/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/android/build.gradle b/examples/android/build.gradle index 8b5016019..3d859096e 100644 --- a/examples/android/build.gradle +++ b/examples/android/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation "com.dropbox.core:dropbox-core-sdk:5.3.0" implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.10" - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.recyclerview:recyclerview:1.2.1'