Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_goodmoney
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_goodmoney
Commits
3ce1c8d9
Commit
3ce1c8d9
authored
Dec 12, 2020
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加聚乐云混淆规则
parent
cdcd5edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
6 deletions
+30
-6
proguard-rules.pro
GoodMoney/app/proguard-rules.pro
+30
-6
No files found.
GoodMoney/app/proguard-rules.pro
View file @
3ce1c8d9
...
...
@@ -507,17 +507,41 @@
-keep class com.lzy.okgo.
*
* {*;}
-keep class com.fly.scenemodule.
*
* {*;}
#GSON
-keep class com.google.gson.
*
* {*;}
-keep class com.google.
*
*{*;}
-keep class sun.misc.Unsafe { *; }
-keep class com.google.gson.stream.
*
* { *; }
-keep class com.google.gson.examples.android.model.
*
* { *; }
#agentweb
-keep class com.just.agentweb.
*
* {
*;
}
-dontwarn com.just.agentweb.
*
*
# # Okio
# -dontwarn com.squareup.
*
*
# -dontwarn okio.
*
*
# -keep class okio.* { *; }
# -keep public class org.codehaus.* { *; }
# -keep public class java.nio.* { *; }
#http3
#-------------- okhttp3 start-------------
# OkHttp3
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.squareup.okhttp.* { *; }
-keep interface com.squareup.okhttp.
*
* { *; }
-dontwarn com.squareup.okhttp.
*
*
# okhttp 3
-keepattributes Signature
-keepattributes *Annotation*
-keep class okhttp3.
*
* { *; }
-keep interface okhttp3.
*
* { *; }
-dontwarn okhttp3.
*
*
# Okio
-dontwarn com.squareup.
*
*
-dontwarn okio.
*
*
-keep class okio.* { *; }
-keep public class org.codehaus.* { *; }
-keep public class java.nio.* { *; }
# ======================= 聚乐云 END ================
\ No newline at end of file
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