From db1e2d8fcb8456bf111bd5acee6b87d80260076f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:39:00 +0000 Subject: [PATCH] Bump dropbox-core-sdk from 5.3.0 to 5.4.2 in /examples/android Bumps [dropbox-core-sdk](https://github.com/dropbox/dropbox-sdk-java) from 5.3.0 to 5.4.2. - [Release notes](https://github.com/dropbox/dropbox-sdk-java/releases) - [Changelog](https://github.com/dropbox/dropbox-sdk-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/dropbox/dropbox-sdk-java/compare/v5.3.0...v5.4.2) --- updated-dependencies: - dependency-name: com.dropbox.core:dropbox-core-sdk 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..53dde9396 100644 --- a/examples/android/build.gradle +++ b/examples/android/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation "com.dropbox.core:dropbox-core-sdk:5.3.0" + implementation "com.dropbox.core:dropbox-core-sdk:5.4.2" implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.10" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3'