Increase version to 0.0.12-alpha

This commit is contained in:
Peter Stuifzand 2018-04-24 21:43:43 +02:00
parent 519f82f43d
commit 596dfddb22

View File

@ -7,8 +7,8 @@ android {
applicationId "eu.stuifzand.micropub" applicationId "eu.stuifzand.micropub"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 26 targetSdkVersion 26
versionCode 11 versionCode 12
versionName '0.0.11-alpha' versionName '0.0.12-alpha'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {