v0.1.1.501: Set version number
This commit is contained in:
parent
4aaae88148
commit
d5d89af969
1 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue