Prepare next development version (#345)
This commit is contained in:
parent
20388286a0
commit
749bc9dfcb
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ Artifacts are hosted on **Maven Central**.
|
||||||
```groovy
|
```groovy
|
||||||
def store_version = "4.0.1"
|
def store_version = "4.0.1"
|
||||||
//if using kotlin 1.5 (https://github.com/dropbox/Store/issues/263)
|
//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`:
|
###### Add the dependency to your `build.gradle`:
|
||||||
|
|
|
@ -54,7 +54,7 @@ ext {
|
||||||
GROUP = "com.dropbox.mobile.store"
|
GROUP = "com.dropbox.mobile.store"
|
||||||
//e2c5cbfb31bbaa9793f430a25c750195c414ac44 was the last commit compatible with kotlin 1.4
|
//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
|
//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_PACKAGING = "pom"
|
||||||
POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"
|
POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue