update:2019.01.16

fix:修复安装
add:
This commit is contained in:
2020-01-16 18:12:46 +08:00
parent 7164c94e18
commit a781113b30
29 changed files with 10111 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
def appName() {
return "设备信息"
return "DeviceInfo"
}
def releaseTime() {
@@ -16,8 +16,8 @@ android {
targetSdkVersion 26
// versionCode 85
// versionName "2.0.4.6"//正式jiaoguanyi.com
versionCode 93
versionName "2.5.5"//测试jiaoguanyi.cn
versionCode 98
versionName "2.6.0"//测试jiaoguanyi.cn
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
packagingOptions {