Increase version to 21 - 0.1.6-alpha

This commit is contained in:
Peter Stuifzand 2018-08-12 11:42:32 +02:00
parent 82dcfacab4
commit 223f1d7af2

View File

@ -7,8 +7,8 @@ android {
applicationId "eu.stuifzand.micropub" applicationId "eu.stuifzand.micropub"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 27 targetSdkVersion 27
versionCode 20 versionCode 21
versionName '0.1.5-alpha' versionName '0.1.6-alpha'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {