Increase version to 0.0.14-alpha

This commit is contained in:
Peter Stuifzand 2018-04-26 02:01:24 +02:00
parent 89a09f1b88
commit 08bbf1d236

View File

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