v0.1.1.501: Set version number

This commit is contained in:
jima 2017-09-06 11:53:03 +02:00
parent 4aaae88148
commit d5d89af969

View file

@ -4,6 +4,11 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
lintOptions {
disable 'MissingTranslation';
abortOnError true;
}
signingConfigs {
demo {
storeFile file("../../.keystore/tellnext.jks")
@ -18,7 +23,7 @@ android {
minSdkVersion 17
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionName "0.1.1.501"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {