Prepare for release 4.0.0 (#248)

Co-authored-by: William Clausen <wclausen@dropbox.com>
This commit is contained in:
William Clausen 2020-11-30 14:00:10 -06:00 committed by GitHub
parent aa0bb9b665
commit c4cb296af1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -3,6 +3,11 @@ Change Log
The change log for Store version 1.x can be found [here](https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md). The change log for Store version 1.x can be found [here](https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md).
Version 4.0.0 *(2020-11-30)*
----------------------------
update coroutines to 1.4.0, kotlin to 1.4.10 [#242](https://github.com/dropbox/Store/pull/242)
Version 4.0.0-beta *(2020-09-21)* Version 4.0.0-beta *(2020-09-21)*
---------------------------- ----------------------------
**API change** **API change**

View file

@ -29,7 +29,7 @@ Artifacts are hosted on **Maven Central**.
###### Latest version: ###### Latest version:
```groovy ```groovy
def store_version = "4.0.0-beta01" def store_version = "4.0.0"
``` ```
###### Add the dependency to your `build.gradle`: ###### Add the dependency to your `build.gradle`:

View file

@ -52,7 +52,7 @@ allprojects {
ext { ext {
// POM file // POM file
GROUP = "com.dropbox.mobile.store" GROUP = "com.dropbox.mobile.store"
VERSION_NAME = "4.0.0-SNAPSHOT" VERSION_NAME = "4.0.0"
POM_PACKAGING = "pom" POM_PACKAGING = "pom"
POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines" POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"