From 749bc9dfcb9b5a6c1411df90ef6834ea876dd21a Mon Sep 17 00:00:00 2001 From: Chris Mitchell Date: Wed, 8 Dec 2021 08:01:38 -0800 Subject: [PATCH] Prepare next development version (#345) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 477c2cc..12bdf4d 100644 --- a/README.md +++ b/README.md @@ -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`: diff --git a/build.gradle b/build.gradle index 7b8a42d..6c365c2 100644 --- a/build.gradle +++ b/build.gradle @@ -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"