... | ... | @@ -53,23 +53,29 @@ SDK代码已经过混淆,如果需要对接入应用进行代码混淆,需 |
|
|
|
|
|
```groovy
|
|
|
-keep class com.bokecc.**{*;}
|
|
|
-keep public interface com.bokecc.**{*;}
|
|
|
-keep public class org.apache.http.**{*;}
|
|
|
-keep interface com.bokecc.**{*;}
|
|
|
-keep class org.apache.http.**{*;}
|
|
|
-keep interface org.apache.http.**{*;}
|
|
|
|
|
|
-keep public class tv.**{*;}
|
|
|
-keep class tv.**{*;}
|
|
|
-keep interface tv.**{*;}
|
|
|
|
|
|
-keep class org.webrtc.**{*;}
|
|
|
-keep interface org.webrtc.**{*;}
|
|
|
-keep class com.intel.webrtc.base.**{*;}
|
|
|
-keep interface com.intel.webrtc.base.**{*;}
|
|
|
|
|
|
-keep class com.tencent.smtt.**{*;}
|
|
|
-keep interface com.tencent.smtt.**{*;}
|
|
|
-keep class com.tencent.tbs.** {*;}
|
|
|
-keep interface com.tencent.tbs.** {*;}
|
|
|
|
|
|
-dontwarn com.bokecc.sdk.mobile.**
|
|
|
-dontwarn com.hd.http.**
|
|
|
-keep class com.hd.http.**{ *;}
|
|
|
-keep interface com.hd.http.**{ *;}
|
|
|
-keep class io.agora.**{*;}
|
|
|
-keep interface io.agora.**{*;}
|
|
|
```
|
|
|
|
|
|
### 2.3 权限配置
|
... | ... | |