From bb1dcedbf4c773ac4864899fe283c40442c818fb Mon Sep 17 00:00:00 2001 From: Josh Feinberg <15068619+joshafeinberg@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:41:07 -0500 Subject: [PATCH] Prepare for release 8.0.2 --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- gradle.properties | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbd57cff9..85dfe5884b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +8.0.2 (2026-07-15) +--------------------------------------------- +- [#587](https://github.com/dropbox/dropbox-sdk-java/pull/587) Fix Android URL encoder compatibility. + 8.0.1 (2026-06-30) --------------------------------------------- - Update generated SDK code from the latest Dropbox API spec. diff --git a/README.md b/README.md index 8f39ebd880..1c94f391cc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `< com.dropbox.core dropbox-core-sdk - 8.0.1 + 8.0.2 ``` @@ -42,7 +42,7 @@ If you are using Gradle, then edit your project's "build.gradle" and add this to ```groovy dependencies { // ... - implementation 'com.dropbox.core:dropbox-core-sdk:8.0.1' + implementation 'com.dropbox.core:dropbox-core-sdk:8.0.2' } ``` @@ -277,8 +277,8 @@ Edit your project's "build.gradle" and add the following to the dependencies sec ``` dependencies { // ... - implementation 'com.dropbox.core:dropbox-core-sdk:8.0.1' - implementation 'com.dropbox.core:dropbox-android-sdk:8.0.1' + implementation 'com.dropbox.core:dropbox-core-sdk:8.0.2' + implementation 'com.dropbox.core:dropbox-android-sdk:8.0.2' } ``` If you leverage jettifier and see the following errors then please add `android.jetifier.ignorelist = jackson-core,fastdoubleparser` to your `gradle.properties` file. diff --git a/gradle.properties b/gradle.properties index 7551d80f02..42fd7adb11 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # POM GROUP = com.dropbox.core -VERSION_NAME=8.1.0-SNAPSHOT +VERSION_NAME=8.0.2 POM_URL = https://github.com/dropbox/dropbox-sdk-java/ POM_SCM_URL = https://github.com/dropbox/dropbox-sdk-java/