Skip to content

Commit b24acbe

Browse files
authored
Update README.md
Remove out of date note about Android code.
1 parent a878b14 commit b24acbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@ Failed to transform jackson-core-2.15.0.jar (com.fasterxml.jackson.core:jackson-
280280

281281
The Android code in this SDK is written in Kotlin (as of 5.4.x) and Kotlin is now a runtime dependency. If you do not already have Kotlin in your project, you will need to add `implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.21")` to your dependencies block in order to avoid a runtime exception.
282282

283-
At this point in time, the Android code is bundled with the main Java artifact, but will be published as a separate artifact at some point in the future.
284-
285283
If the [official Dropbox App](https://play.google.com/store/apps/details?id=com.dropbox.android) is installed, it will attempt to use it to do authorization. If it is not, a web authentication flow is launched in-browser.
286284

287285
Use the methods in the [`Auth`](https://github.com/dropbox/dropbox-sdk-java/blob/main/android/src/main/java/com/dropbox/core/android/Auth.kt) to start an authentication sessions.

0 commit comments

Comments
 (0)