diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a57f7232..3dbd57cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +8.0.1 (2026-06-30) +--------------------------------------------- +- Update generated SDK code from the latest Dropbox API spec. + 8.0.0 (2026-06-26) --------------------------------------------- - [#569](https://github.com/dropbox/dropbox-sdk-java/pull/569) Upgrade build to Java 21 and require Java 21+ for SDK 8.0.0. diff --git a/README.md b/README.md index 760ebbbfe..702686192 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.0 + 8.0.1 ``` @@ -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.0' + implementation 'com.dropbox.core:dropbox-core-sdk:8.0.1' } ``` @@ -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.0' - implementation 'com.dropbox.core:dropbox-android-sdk:8.0.0' + implementation 'com.dropbox.core:dropbox-core-sdk:8.0.1' + implementation 'com.dropbox.core:dropbox-android-sdk:8.0.1' } ``` 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 7551d80f0..d1dc97a7b 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.1 POM_URL = https://github.com/dropbox/dropbox-sdk-java/ POM_SCM_URL = https://github.com/dropbox/dropbox-sdk-java/