From 8b51d4556745e4bed570d577bb867949f290fce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:47:12 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-guava from 1.6.2 to 1.7.3 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-guava](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.2 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.6.2...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3b52b96..5b8541f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,7 @@ dependencies { standardImplementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.0" standardImplementation "com.google.android.gms:play-services-base:18.2.0" implementation 'com.google.android.gms:play-services-ads:22.4.0' - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.6.2" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.7.3" implementation "com.google.accompanist:accompanist-permissions:$accomp_version" implementation "com.airbnb.android:lottie-compose:$lottie_version"