From 75e6d8423abdf22da98f4dea9928cfea96311597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:26:24 +0000 Subject: [PATCH] Bump dropbox-core-sdk from 5.3.0 to 5.4.4 in /examples/android Bumps [dropbox-core-sdk](https://github.com/dropbox/dropbox-sdk-java) from 5.3.0 to 5.4.4. - [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.4) --- 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..fe21cab98 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.4" implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.10" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3'