Prepare for release 4.0.0 (#248)
Co-authored-by: William Clausen <wclausen@dropbox.com>
This commit is contained in:
parent
aa0bb9b665
commit
c4cb296af1
3 changed files with 7 additions and 2 deletions
|
@ -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).
|
||||
|
||||
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)*
|
||||
----------------------------
|
||||
**API change**
|
||||
|
|
|
@ -29,7 +29,7 @@ Artifacts are hosted on **Maven Central**.
|
|||
###### Latest version:
|
||||
|
||||
```groovy
|
||||
def store_version = "4.0.0-beta01"
|
||||
def store_version = "4.0.0"
|
||||
```
|
||||
|
||||
###### Add the dependency to your `build.gradle`:
|
||||
|
|
|
@ -52,7 +52,7 @@ allprojects {
|
|||
ext {
|
||||
// POM file
|
||||
GROUP = "com.dropbox.mobile.store"
|
||||
VERSION_NAME = "4.0.0-SNAPSHOT"
|
||||
VERSION_NAME = "4.0.0"
|
||||
POM_PACKAGING = "pom"
|
||||
POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"
|
||||
|
||||
|
|
Loading…
Reference in a new issue