修改页面细节和添加友盟的检测bug

This commit is contained in:
md
2021-06-03 18:01:55 +08:00
parent 3242c4861d
commit cdd0e43a3b
22 changed files with 136 additions and 55 deletions

View File

@@ -3,10 +3,10 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
// ndkVersion '23.0.7123448'
ndkVersion '23.0.7123448'
defaultConfig {
applicationId "com.example.myapplication"
applicationId "com.navinfo.outdoor"
minSdkVersion 23
targetSdkVersion 30
versionCode 1
@@ -26,7 +26,21 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
}
//efs {
// //是否对启动过程进程插桩的开关,如果使用自动集成监控则必须开启
// isAutoTrack = true
// //您自定义Application的类名称必填项如没有自定义则填写系统Application
// applicationName = "UserApplication"
// //您自定义Activity的类名称必填项将您所有Activity的类名按如下格式填写
// activityList = [
// "MainActivity",
// "WebActivity",
// "LoginActivity",
// "ImageShowActivity",
// "HomeActivity"
// //......
// ]
//}
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
@@ -39,6 +53,9 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.umeng.umsdk:common:9.3.8'
implementation 'com.umeng.umsdk:asms:1.2.2'
implementation 'com.umeng.umsdk:apm:1.2.0'
//状态栏侵染