Increase version to 27 - 0.1.4-alpha

This commit is contained in:
Peter Stuifzand 2018-08-12 11:02:41 +02:00
parent 9aea984e4c
commit 0c8cfff737

View File

@ -6,9 +6,9 @@ android {
defaultConfig {
applicationId "eu.stuifzand.micropub"
minSdkVersion 15
targetSdkVersion 26
versionCode 18
versionName '0.1.3-alpha'
targetSdkVersion 27
versionCode 19
versionName '0.1.4-alpha'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {