Prepare next development version.

This commit is contained in:
David Chang 2020-08-19 14:41:42 -07:00
parent 0c33709101
commit e82f4e9c63
2 changed files with 2 additions and 2 deletions

View file

@ -20,4 +20,4 @@ Releasing
When we're ready to pin, restore the final step:
10. Update the sample module's `build.gradle` to point to the newly released version. (It may take ~2 hours for artifact to be available after release)

View file

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