File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
src/main/java/com/dropbox/core Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- 5.2.0 (2022-4-04)
1
+ ## 5.3.0-SNAPSHOT (2022-07-20) [ Milestone] ( https://github.com/dropbox/dropbox-sdk-java/milestone/1?closed=1 )
2
+ ---------------------------------------------
3
+ - Update dropbox-api-spec to point to more recent version (July 13, 2022) [ #400 ] ( https://github.com/dropbox/dropbox-sdk-java/pull/400 )
4
+ - The generateStone Gradle Task now supports Gradle Configuration Caching [ #390 ] ( https://github.com/dropbox/dropbox-sdk-java/pull/390 )
5
+ - API Backwards Compatibility Fix - Won't crash when new types are returned from API [ #395 ] ( https://github.com/dropbox/dropbox-sdk-java/pull/395 )
6
+ - Version Bumps in the Dropbox Android Sample Apps [ #391 ] ( https://github.com/dropbox/dropbox-sdk-java/pull/391 )
7
+
8
+ 5.2.0 (2022-04-04)
2
9
---------------------------------------------
3
- - Update dropbox-api-spec to point to more recent version (Feb 2022)
4
10
- Update jackson-core to 2.7.9
5
11
6
12
5.1.1 (2021-12-17)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Releasing
3
3
4
4
1 . Update the top level [ gradle.properties] ( gradle.properties ) to a non-SNAPSHOT version.
5
5
2 . Update [ DbxSdkVersion.java] ( DbxSdkVersion.java ) to a non-SNAPSHOT version.
6
- 3 . Update the [ ChangeLog.txt ] ( ChangeLog.txt ) for the impending release.
6
+ 3 . Update the [ ChangeLog.md ] ( ChangeLog.md ) for the impending release.
7
7
4 . Update the [ ReadMe.md] ( ReadMe.md ) with the new version.
8
8
5 . ` git commit -am "Prepare for release X.Y.Z" ` (where X.Y.Z is the new version)
9
9
6 . ` git tag -a vX.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
Original file line number Diff line number Diff line change 1
1
# POM
2
2
GROUP = com.dropbox.core
3
- VERSION_NAME =5.2.1 -SNAPSHOT
3
+ VERSION_NAME =5.3.0 -SNAPSHOT
4
4
5
5
POM_ARTIFACT_ID = dropbox-core-sdk
6
6
POM_NAME = Dropbox SDK Java
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class DbxSdkVersion
12
12
// https://github.com/dropbox/dropbox-sdk-java/issues/357
13
13
private static String loadVersion ()
14
14
{
15
- return "5.2.1 -SNAPSHOT" ;
15
+ return "5.3.0 -SNAPSHOT" ;
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments