Skip to content

Commit ef1841f

Browse files
author
Kannan Goundan
committed
ChangeLog/ReadMe: Update for 2.0-beta-1 release.
1 parent f731820 commit ef1841f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

ChangeLog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---------------------------------------------
2+
2.0-beta-1 (2015-10-13)
3+
- Add support for Dropbox API v2. Moved API v1-specific classes to
4+
'v1' sub-package.
5+
- Add support for Android.
6+
- Add support for using OkHttp as the HTTP client library.
7+
18
---------------------------------------------
29
1.8.2 (2015-10-19)
310

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License: [MIT](License.txt)
66

77
This is for web applications. If you want to use Dropbox's API from Android, try the [Dropbox Core SDK for Android](https://www.dropbox.com/developers/core/sdks/android).
88

9-
[Javadoc.](http://dropbox.github.io/dropbox-sdk-java/api-docs/v1.8.x/)
9+
[Javadoc.](http://dropbox.github.io/dropbox-sdk-java/api-docs/v2.0.x/)
1010

1111
## Setup
1212

@@ -16,12 +16,12 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
1616
<dependency>
1717
<groupId>com.dropbox.core</groupId>
1818
<artifactId>dropbox-core-sdk</artifactId>
19-
<version>[1.8,1.9)</version>
19+
<version>2.0-beta-1</version>
2020
</dependency>
2121
```
2222

2323
If you aren't using Maven, here are the JARs you need:
24-
- [Dropbox Core SDK 1.8.2](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/1.8.2/dropbox-core-sdk-1.8.2.jar)
24+
- [Dropbox Core SDK 2.0-beta-1](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/2.0-beta-1/dropbox-core-sdk-2.0-beta-1.jar)
2525
- [Jackson Core 2.6.1](https://oss.sonatype.org/content/repositories/releases/com/fasterxml/jackson/core/jackson-core/2.6.1/jackson-core-2.6.1.jar) (JSON parser)
2626

2727
## Get a Dropbox API key

0 commit comments

Comments
 (0)