Privileged: reserve alpha1 for the first tag

This commit is contained in:
Daniel Martí 2015-09-09 22:09:06 -07:00
parent 5bb5e3a96b
commit 68899ec476

View File

@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 22
versionCode 1001
versionName "0.1-alpha1"
versionCode 1000
versionName "0.1-alpha0"
}
compileOptions {