Commit 5b3ec32a authored by mengcuiguang's avatar mengcuiguang

解决广告中微信库冲突

parent 8fdc3fbb
......@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
//sharesdk
apply plugin: 'com.mob.sdk'
......@@ -227,7 +228,9 @@ dependencies {
implementation 'com.bytedance.applog:RangersAppLog-Lite-cn:6.10.0'
// talkingdata接入
//RxPay
implementation 'com.cuieney:rxpay-api:2.2.3'
implementation 'com.cuieney:rxpay-api:2.2.3', {
exclude group: 'com.tencent.mm.opensdk', module: 'wechat-sdk-android-with-mta'
}
kapt 'com.cuieney:rxpay-compiler:2.1.1'
// bugly
implementation 'com.tencent.bugly:crashreport:3.3.92'
......
......@@ -444,3 +444,5 @@
-dontwarn com.mbridge.**
-keep class **.R$* { public static final int mbridge*; }
# ======================= 穿山甲 GroMore END ================
-keep class com.tencent.mm.opensdk.** { *; }
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment