Bump versionCode to 0.102-alpha0

This enables upgrading from 0.101 to master until alpha1 is out.
This commit is contained in:
Daniel Martí 2016-09-28 20:44:26 +01:00
parent 85a8a7d743
commit ae78042bda

View File

@ -170,7 +170,7 @@ android {
} }
defaultConfig { defaultConfig {
versionCode 101006 versionCode 102000
versionName getVersionName() versionName getVersionName()
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }