升级linked me SDK版本,fix oppo推送
This commit is contained in:
@@ -294,6 +294,7 @@ dependencies {
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation 'com.huawei.hms:push:4.0.4.301'
|
||||
implementation fileTree(dir: 'libs', include: ['oppo-mcssdk-2.0.2.jar'])
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@@ -63,7 +63,7 @@ android {
|
||||
|
||||
}
|
||||
|
||||
def link_page = "1.1.9"
|
||||
def link_page = "1.1.16"
|
||||
def loggerVersion = "2.2.0"
|
||||
def BaiduMtjVersion = "3.8.2.1"
|
||||
def Lombok = "1.16.20"
|
||||
|
3
core/proguard-rules.pro
vendored
3
core/proguard-rules.pro
vendored
@@ -62,6 +62,9 @@
|
||||
# 易盾
|
||||
-keep class com.netease.mobsec.**{*;}
|
||||
|
||||
# linkedme
|
||||
-keep class com.microquation.linkedme.android.** { *; }
|
||||
|
||||
# 数美天网
|
||||
-keep class com.ishumei.dfp.SMSDK { *; }
|
||||
|
||||
|
Reference in New Issue
Block a user