Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Documentation: [Javadocs](https://dropbox.github.io/dropbox-sdk-java/api-docs/v5

The current release of Dropbox SDK Java supports Java 8+.

### Android Version

The current release of Dropbox SDK Java supports Android 8+ (SDK 26+)

### Add a dependency on the Dropbox Java SDK to your project

If you're using Maven, then edit your project's "pom.xml" and add this to the `<dependencies>` section:
Expand Down
2 changes: 1 addition & 1 deletion gradle/dropboxJavaSdkLibs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-compile-sdk = "33"
android-gradle-plugin = "7.4.2"
android-min-sdk = "21"
android-min-sdk = "26"
android-target-sdk = "33"
androidx-activity = "1.5.0"
binary-compatibility-validator = "0.11.1"
Expand Down