Commit 3ce1c8d9 authored by jyx's avatar jyx

添加聚乐云混淆规则

parent cdcd5edf
...@@ -507,17 +507,41 @@ ...@@ -507,17 +507,41 @@
-keep class com.lzy.okgo.** {*;} -keep class com.lzy.okgo.** {*;}
-keep class com.fly.scenemodule.** {*;} -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 #agentweb
-keep class com.just.agentweb.** { -keep class com.just.agentweb.** {
*; *;
} }
-dontwarn com.just.agentweb.** -dontwarn com.just.agentweb.**
# # Okio #http3
# -dontwarn com.squareup.** #-------------- okhttp3 start-------------
# -dontwarn okio.** # OkHttp3
# -keep class okio.* { *; }
# -keep public class org.codehaus.* { *; } -keepattributes Signature
# -keep public class java.nio.* { *; } -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 ================ # ======================= 聚乐云 END ================
\ No newline at end of file
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