修改页面细节和添加友盟的检测bug
This commit is contained in:
@@ -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'
|
||||
|
||||
//状态栏侵染
|
||||
|
||||
|
||||
Reference in New Issue
Block a user