Skip to content

Commit

Permalink
修改app版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemeng99 committed Aug 17, 2017
1 parent 652846b commit cd0f12e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def releaseTime() {
return new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
}
def name() {
return "智能物流"
return "T100智能物流"
}

android {
Expand All @@ -20,7 +20,7 @@ android {
minSdkVersion 17
targetSdkVersion 23
versionCode 1
versionName "1.27"
versionName "1.11"
resConfigs "en"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -78,7 +78,7 @@ dependencies {
compile 'com.squareup.picasso:picasso:2.5.2'
// compile 'com.github.xiemeng99.digiwint100:dgwlibrary:1.2'
// compile 'com.github.xiemeng99.digiwint100:pulltorefreshlibrary:1.2'
//65525问题
//65535问题
compile 'com.android.support:multidex:1.0.0'
compile project(':dgwlibrary')
compile project(':pulltorefreshlibrary')
Expand Down

0 comments on commit cd0f12e

Please sign in to comment.