Skip to content

Commit 162fa50

Browse files
Merge pull request #556 from dropbox/jfein/version-update
Update minimum SDK and document minimum Android version
2 parents 24e706b + 02bd0f4 commit 162fa50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Documentation: [Javadocs](https://dropbox.github.io/dropbox-sdk-java/api-docs/v5
1818

1919
The 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

2327
If you're using Maven, then edit your project's "pom.xml" and add this to the `<dependencies>` section:

gradle/dropboxJavaSdkLibs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
android-compile-sdk = "33"
33
android-gradle-plugin = "7.4.2"
4-
android-min-sdk = "21"
4+
android-min-sdk = "26"
55
android-target-sdk = "33"
66
androidx-activity = "1.5.0"
77
binary-compatibility-validator = "0.11.1"

0 commit comments

Comments
 (0)