diff --git a/README.md b/README.md index 2d9cf2f..5b32e59 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/library/AndProGuard-Iflytek.pro b/library/AndProGuard-Iflytek.pro new file mode 100644 index 0000000..eeae609 --- /dev/null +++ b/library/AndProGuard-Iflytek.pro @@ -0,0 +1,2 @@ +# https://www.xfyun.cn/doccenter/awd +-keep class com.iflytek.** { *; } \ No newline at end of file diff --git a/library/AndProGuard-Sina.pro b/library/AndProGuard-Sina.pro new file mode 100644 index 0000000..d7a2924 --- /dev/null +++ b/library/AndProGuard-Sina.pro @@ -0,0 +1,2 @@ +# https://github.com/sinaweibosdk/weibo_android_sdk +-keep class com.sina.weibo.sdk.** { *; } \ No newline at end of file