Skip to content

Commit

Permalink
fix bug package-changing side-effect
Browse files Browse the repository at this point in the history
  • Loading branch information
cnneillee committed Jun 9, 2017
1 parent 99e283e commit e68ec71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
-keep class com.google.gson.** { *; }
-dontwarn com.google.gson.**
-keep class sun.misc.Unsafe { *; }
-keep class cn.neillee.dailyzhihu.model.bean.**{ *; }
-keep class cn.neillee.dailyzhihu.model.bean.original.**{ *; }
-keep class cn.neillee.dailyzhijiu.model.bean.**{ *; }
-keep class cn.neillee.dailyzhijiu.model.bean.original.**{ *; }

## ShareSDK 混淆
#-dontwarn cn.sharesdk.**
Expand Down

0 comments on commit e68ec71

Please sign in to comment.