升级linked me SDK版本,fix oppo推送

This commit is contained in:
oujunhui
2020-08-10 12:52:31 +08:00
parent 087feb17ea
commit 10c2ac3dc1
3 changed files with 5 additions and 1 deletions

View File

@@ -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 {

View File

@@ -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"

View File

@@ -62,6 +62,9 @@
# 易盾
-keep class com.netease.mobsec.**{*;}
# linkedme
-keep class com.microquation.linkedme.android.** { *; }
# 数美天网
-keep class com.ishumei.dfp.SMSDK { *; }