Prepare next development version (#345)

This commit is contained in:
Chris Mitchell 2021-12-08 08:01:38 -08:00 committed by GitHub
parent 20388286a0
commit 749bc9dfcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ Artifacts are hosted on **Maven Central**.
```groovy
def store_version = "4.0.1"
//if using kotlin 1.5 (https://github.com/dropbox/Store/issues/263)
def store_version = "4.0.2-KT15"
def store_version = "4.0.3-KT15"
```
###### Add the dependency to your `build.gradle`:

View file

@ -54,7 +54,7 @@ ext {
GROUP = "com.dropbox.mobile.store"
//e2c5cbfb31bbaa9793f430a25c750195c414ac44 was the last commit compatible with kotlin 1.4
//if a release with lower compatiblity than kotlin 1.5 is needed, branch off the above commit and cherry pick any newer changes
VERSION_NAME = "4.0.3-KT15"
VERSION_NAME = "4.0.4-KT15-SNAPSHOT"
POM_PACKAGING = "pom"
POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"