From 269bec27e4fde99a5a03436d1a414c0a309a5ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 23:12:42 +0000 Subject: [PATCH] Bump kotlinx-coroutines-play-services Bumps [kotlinx-coroutines-play-services](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2-native-mt to 1.6.3-native-mt. - [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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 657c721..62a639b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { // Coroutines implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2-native-mt") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2-native-mt") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.3-native-mt") // Coroutine Lifecycle Scopes implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0")