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
18
18
19
19
The current release of Dropbox SDK Java supports Java 8+.
20
20
21
+ ### Android Version
22
+
23
+ The current release of Dropbox SDK Java supports Android 8+ (SDK 26+)
24
+
21
25
### Add a dependency on the Dropbox Java SDK to your project
22
26
23
27
If 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 1
1
[versions ]
2
2
android-compile-sdk = " 33"
3
3
android-gradle-plugin = " 7.4.2"
4
- android-min-sdk = " 21 "
4
+ android-min-sdk = " 26 "
5
5
android-target-sdk = " 33"
6
6
androidx-activity = " 1.5.0"
7
7
binary-compatibility-validator = " 0.11.1"
You can’t perform that action at this time.
0 commit comments