From 7fb811a58d02a38ba916ba56ecef9c67a11485f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 20:12:23 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib in /examples/android Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... 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..36cb2693e 100644 --- a/examples/android/build.gradle +++ b/examples/android/build.gradle @@ -58,7 +58,7 @@ android { dependencies { implementation "com.dropbox.core:dropbox-core-sdk:5.3.0" - implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.10" + implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.10" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3' implementation 'androidx.appcompat:appcompat:1.4.2'