Skip to content

Commit 23ad93b

Browse files
wdziemiaWalter Dziemianczyk
andauthored
Prepare for release 6.1.0 (#531)
Co-authored-by: Walter Dziemianczyk <wdziemia@dropbox.com>
1 parent 80ae555 commit 23ad93b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
6.1.0 (202X-XX-XX)
1+
6.1.0 (2024-03-19)
22
---------------------------------------------
33
- [#527](https://github.com/dropbox/dropbox-sdk-java/pull/527) Adds nullability annotations to data models for improved interop with Kotlin
4+
- [#530](https://github.com/dropbox/dropbox-sdk-java/pull/530) Fix StoneTask cache misses
45

56
6.0.0 (2023-11-30)
67
---------------------------------------------
@@ -9,7 +10,7 @@ To migrate, add the following to your dependencies block:
910

1011
```@groovy
1112
dependencies {
12-
implementation 'com.dropbox.core:dropbox-android-sdk:6.0.0'
13+
implementation 'com.dropbox.core:dropbox-android-sdk:6.1.0'
1314
}
1415
```
1516

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
2424
<dependency>
2525
<groupId>com.dropbox.core</groupId>
2626
<artifactId>dropbox-core-sdk</artifactId>
27-
<version>6.0.0</version>
27+
<version>6.1.0</version>
2828
</dependency>
2929
```
3030

@@ -33,7 +33,7 @@ If you are using Gradle, then edit your project's "build.gradle" and add this to
3333
```groovy
3434
dependencies {
3535
// ...
36-
implementation 'com.dropbox.core:dropbox-core-sdk:6.0.0'
36+
implementation 'com.dropbox.core:dropbox-core-sdk:6.1.0'
3737
}
3838
```
3939

@@ -268,8 +268,8 @@ Edit your project's "build.gradle" and add the following to the dependencies sec
268268
```
269269
dependencies {
270270
// ...
271-
implementation 'com.dropbox.core:dropbox-core-sdk:6.0.0'
272-
implementation 'com.dropbox.core:dropbox-android-sdk:6.0.0'
271+
implementation 'com.dropbox.core:dropbox-core-sdk:6.1.0'
272+
implementation 'com.dropbox.core:dropbox-android-sdk:6.1.0'
273273
}
274274
```
275275
If you leverage jettifier and see the following errors then please add `android.jetifier.ignorelist = jackson-core,fastdoubleparser` to your `gradle.properties` file.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# POM
22
GROUP = com.dropbox.core
3-
VERSION_NAME=6.1.0-SNAPSHOT
3+
VERSION_NAME=6.1.0
44

55
POM_URL = https://github.com/dropbox/dropbox-sdk-java/
66
POM_SCM_URL = https://github.com/dropbox/dropbox-sdk-java/

0 commit comments

Comments
 (0)