Prepare next development version. (#270)

This commit is contained in:
David Chang 2021-05-06 15:42:11 -07:00 committed by GitHub
parent f4cfd4b653
commit c09794fc40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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