1.添加推送逻辑,修改删除照片,修改友盟上的bug.
This commit is contained in:
@@ -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'
|
||||
//状态栏侵染
|
||||
|
||||
// 基础依赖包,必须要依赖
|
||||
|
||||
Reference in New Issue
Block a user