Commit b1310492 authored by maxiaoliang's avatar maxiaoliang

提交mapping

parent 21a3d572
This diff is collapsed.
This diff is collapsed.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-keep class com.test.basd.smartjunkcleaner.bean.** {*;} -keep class aicg.wipf.ogbw.ezlb.rgmw.** {*;}
-dontoptimize -dontoptimize
-keepattributes Signature -keepattributes Signature
-keep class com.squareup.okhttp.** { *; } -keep class com.squareup.okhttp.** { *; }
...@@ -28,4 +28,7 @@ ...@@ -28,4 +28,7 @@
-keep class com.alibaba.idst.** { *; } -keep class com.alibaba.idst.** { *; }
-keep class * extends com.google.gson.reflect.TypeToken -keep class * extends com.google.gson.reflect.TypeToken
-keepattributes AnnotationDefault, RuntimeVisibleAnnotations -keepattributes AnnotationDefault, RuntimeVisibleAnnotations
-keep class com.bytedance.sdk.** { *; } -keep class com.bytedance.sdk.** { *; }
\ No newline at end of file -obfuscationdictionary dictionary.txt
-classobfuscationdictionary dictionary.txt
-packageobfuscationdictionary dictionary.txt
\ 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