Skip to content

Commit de54398

Browse files
committed
Pull new api spec. Update readme and changelog for 3.0.10 release.
1 parent a954a8b commit de54398

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

ChangeLog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
3.0.10 (2018-10-11)
2+
---------------------------------------------
3+
- Update to Latest API specs:
4+
- Files Namespace:
5+
- Updated doc strings.
6+
- Team_log Namespace:
7+
- Updated event docstrings.
8+
- New reset field for loading events with a cursor.
9+
- New event types added.
10+
- Team_policies Namespace:
11+
- New CameraUploadsPolicyState union.
12+
113
3.0.9 (2018-09-15)
214
---------------------------------------------
315
- Update to Latest API specs:

ReadMe.md

Lines changed: 3 additions & 3 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.9</version>
17+
<version>3.0.10</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.9'
26+
compile 'com.dropbox.core:dropbox-core-sdk:3.0.10'
2727
}
2828
```
2929

@@ -261,7 +261,7 @@ Example in Gradle:
261261

262262
```
263263
dependencies {
264-
.... // previous dependencies
264+
// ...
265265
api 'com.squareup.okhttp3:okhttp:3.11.0'
266266
}
267267
```

0 commit comments

Comments
 (0)