Prepare for release 4.0.0-alpha07

This commit is contained in:
David Chang 2020-08-19 14:40:31 -07:00
parent 39af5de6c4
commit 0c33709101

View file

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