From b0f6b5655807c08465c6a03ef9dbd27147e1d057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:17:17 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android in /examples/DropboxAndroid/app 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/DropboxAndroid/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DropboxAndroid/app/build.gradle b/examples/DropboxAndroid/app/build.gradle index 1bb0a4a7a..daea8dd4c 100644 --- a/examples/DropboxAndroid/app/build.gradle +++ b/examples/DropboxAndroid/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" implementation 'com.github.bumptech.glide:glide:4.12.0'