1.添加推送逻辑,修改删除照片,修改友盟上的bug.

This commit is contained in:
wangdongsheng
2021-12-03 11:05:37 +08:00
parent bfe2f6b985
commit 8ff0e92c8a
59 changed files with 859 additions and 972 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.navinfo.outdoor"
minSdkVersion 22
targetSdkVersion 30
versionCode 9
versionName "6.1125"
versionCode 10
versionName "7.1130"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
@@ -66,9 +66,12 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
//友盟自动检测bug
implementation 'com.umeng.umsdk:common:9.3.8'
implementation 'com.umeng.umsdk:asms:1.2.2'
implementation 'com.umeng.umsdk:apm:1.2.0'
//友盟基础库依赖(必须)
api 'com.umeng.umsdk:common:9.4.4'
api 'com.umeng.umsdk:asms:1.4.1'
//友盟Push依赖
api 'com.umeng.umsdk:push:6.4.7'
//状态栏侵染
// 基础依赖包,必须要依赖