You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-dontwarn com.umeng.** |
|
|
|
# 友盟相关 SDK |
|
-keep class com.umeng.** {*;} |
|
|
|
# QQ 和 微信 SDK |
|
-keep class com.tencent.** {*;} |
|
|
|
# 禁止类名混淆,否则通过类名称找不到类 |
|
-keep class com.dolphin.umeng.entity.**{*;} |
|
|
|
# 百度语音合成包 |
|
-keep class com.baidu.tts.**{*;} |
|
-keep class com.baidu.speechsynthesizer.**{*;} |