Increase version to 0.0.10-alpha

This commit is contained in:
Peter Stuifzand 2018-04-22 00:33:12 +02:00
parent bdee44ab8e
commit 86ffb8939b

View File

@ -7,8 +7,8 @@ android {
applicationId "eu.stuifzand.micropub"
minSdkVersion 15
targetSdkVersion 26
versionCode 9
versionName '0.0.9-alpha'
versionCode 10
versionName '0.0.10-alpha'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {