File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ Documentation: [Javadocs](https://dropbox.github.io/dropbox-sdk-java/api-docs/v5
1818
1919The current release of Dropbox SDK Java supports Java 8+.
2020
21+ ### Android Version
22+
23+ The current release of Dropbox SDK Java supports Android 8+ (SDK 26+)
24+
2125### Add a dependency on the Dropbox Java SDK to your project
2226
2327If you're using Maven, then edit your project's "pom.xml" and add this to the ` <dependencies> ` section:
Original file line number Diff line number Diff line change 11[versions ]
22android-compile-sdk = " 33"
33android-gradle-plugin = " 7.4.2"
4- android-min-sdk = " 21 "
4+ android-min-sdk = " 26 "
55android-target-sdk = " 33"
66androidx-activity = " 1.5.0"
77binary-compatibility-validator = " 0.11.1"
You can’t perform that action at this time.
0 commit comments