feat: 增加九天平台对接

This commit is contained in:
2022-05-09 17:09:43 +08:00
parent 496527e8e0
commit c4ce6e4e1d
7 changed files with 110 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.navinfo.outdoor"
minSdkVersion 22
targetSdkVersion 30
versionCode 19
versionName "8.220414"
versionCode 21
versionName "8.220509"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
@@ -36,6 +36,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
ndkVersion '21.3.6528147'
}
//efs {
// //是否对启动过程进程插桩的开关,如果使用自动集成监控则必须开启