Skip to content

Commit 6d37fab

Browse files
committed
3.1.3 release
1 parent 1ad5eb0 commit 6d37fab

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.1.3 (2019-12-17)
2+
---------------------------------------------
3+
- Fix mobile sign in bug.
4+
15
3.1.2 (2019-12-14)
26
---------------------------------------------
37
- Account namespace:

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.1.2</version>
17+
<version>3.1.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-
implementation 'com.dropbox.core:dropbox-core-sdk:3.1.2'
26+
implementation 'com.dropbox.core:dropbox-core-sdk:3.1.3'
2727
}
2828
```
2929

src/main/java/com/dropbox/core/DbxSdkVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public class DbxSdkVersion
1212

1313
private static String loadVersion()
1414
{
15-
return "3.1.2"; //TODO: figure out a consistent way to generate it.
15+
return "3.1.3"; //TODO: figure out a consistent way to generate it.
1616
}
1717
}

0 commit comments

Comments
 (0)