Commit 8bafa4eddb2d500c283cbec8e932b4ae205dc5b5

Authored by 杨帅
1 parent 9c32bf1c

1 添加混淆

app/proguard-rules.pro
... ... @@ -19,3 +19,6 @@
19 19 # If you keep the line number information, uncomment this to
20 20 # hide the original source file name.
21 21 #-renamesourcefileattribute SourceFile
  22 +-keep class com.baidu.** {*;}
  23 +-keep class mapsdkvi.com.** {*;}
  24 +-dontwarn com.baidu.**
22 25 \ No newline at end of file
... ...
library_baidumap/proguard-rules.pro
... ... @@ -19,3 +19,6 @@
19 19 # If you keep the line number information, uncomment this to
20 20 # hide the original source file name.
21 21 #-renamesourcefileattribute SourceFile
  22 +-keep class com.baidu.** {*;}
  23 +-keep class mapsdkvi.com.** {*;}
  24 +-dontwarn com.baidu.**
22 25 \ No newline at end of file
... ...