Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_payclear
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_payclear
Commits
5b3ec32a
Commit
5b3ec32a
authored
Jan 11, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决广告中微信库冲突
parent
8fdc3fbb
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
178 additions
and
173 deletions
+178
-173
build.gradle
payclear/app/build.gradle
+4
-1
proguard-rules.pro
payclear/app/proguard-rules.pro
+2
-0
AndroidManifest.xml
payclear/app/src/main/AndroidManifest.xml
+172
-172
No files found.
payclear/app/build.gradle
View file @
5b3ec32a
...
@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
...
@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'kotlin-kapt'
apply
plugin:
'kotlin-kapt'
//sharesdk
//sharesdk
apply
plugin:
'com.mob.sdk'
apply
plugin:
'com.mob.sdk'
...
@@ -227,7 +228,9 @@ dependencies {
...
@@ -227,7 +228,9 @@ dependencies {
implementation
'com.bytedance.applog:RangersAppLog-Lite-cn:6.10.0'
implementation
'com.bytedance.applog:RangersAppLog-Lite-cn:6.10.0'
// talkingdata接入
// talkingdata接入
//RxPay
//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'
kapt
'com.cuieney:rxpay-compiler:2.1.1'
// bugly
// bugly
implementation
'com.tencent.bugly:crashreport:3.3.92'
implementation
'com.tencent.bugly:crashreport:3.3.92'
...
...
payclear/app/proguard-rules.pro
View file @
5b3ec32a
...
@@ -444,3 +444,5 @@
...
@@ -444,3 +444,5 @@
-dontwarn com.mbridge.
*
*
-dontwarn com.mbridge.
*
*
-keep class
*
*.R$* { public static final int mbridge*; }
-keep class
*
*.R$* { public static final int mbridge*; }
# ======================= 穿山甲 GroMore END ================
# ======================= 穿山甲 GroMore END ================
-keep class com.tencent.mm.opensdk.
*
* { *; }
\ No newline at end of file
payclear/app/src/main/AndroidManifest.xml
View file @
5b3ec32a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment