Prepare next development version.
This commit is contained in:
parent
0c33709101
commit
e82f4e9c63
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue