Skip to content

Commit b27ffad

Browse files
committed
update stone submodule and readme for 2.1.2 release
1 parent 9018919 commit b27ffad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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>2.1.1</version>
17+
<version>2.1.2</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:2.1.1'
26+
compile 'com.dropbox.core:dropbox-core-sdk:2.1.2'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)