Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
F1ReKing committed Nov 2, 2018
1 parent d52f940 commit feee413
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ AndProGuard 是为了方便Android开发者防混淆配置的库,只要使用
- [AndProGuard-Glide.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Glide.pro)
- [AndProGuard-GreenDAO.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-GreenDAO.pro)
- [AndProGuard-Gson.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Gson.pro)
- [AndProGuard-Iflytek.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Iflytek.pro)
- [AndProGuard-Okhttp.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Okhttp.pro)
- [AndProGuard-Retrofit.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Retrofit.pro)
- [AndProGuard-Rxjava.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Rxjava.pro)
- [AndProGuard-Sina.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Sina.pro)
- [AndProGuard-Tencent.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Tencent.pro)
- [AndProGuard-Umeng.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Umeng.pro)
- [AndProGuard-Zxing.pro](https://github.com/F1ReKing/AndProGuard/blob/master/library/AndProGuard-Zxing.pro)
Expand Down
2 changes: 2 additions & 0 deletions library/AndProGuard-Iflytek.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://www.xfyun.cn/doccenter/awd
-keep class com.iflytek.** { *; }
2 changes: 2 additions & 0 deletions library/AndProGuard-Sina.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/sinaweibosdk/weibo_android_sdk
-keep class com.sina.weibo.sdk.** { *; }

0 comments on commit feee413

Please sign in to comment.