Skip to content

Commit 2d05ecc

Browse files
committed
3.0.3 release.
1 parent fe24274 commit 2d05ecc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.0.3 (2017-05-02)
2+
---------------------------------------------
3+
Fix the compatibility bug that cause sharing/get_file_metadata to crash.
4+
15
3.0.2 (2017-04-11)
26
---------------------------------------------
37
- Update to latest API specs:

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
1414
<dependency>
1515
<groupId>com.dropbox.core</groupId>
1616
<artifactId>dropbox-core-sdk</artifactId>
17-
<version>3.0.2</version>
17+
<version>3.0.3</version>
1818
</dependency>
1919
```
2020

@@ -23,7 +23,7 @@ If you are using Gradle, then edit your project's "build.gradle" and add this to
2323
```groovy
2424
dependencies {
2525
// ...
26-
compile 'com.dropbox.core:dropbox-core-sdk:3.0.2'
26+
compile 'com.dropbox.core:dropbox-core-sdk:3.0.3'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)