add netty proguard

This commit is contained in:
unknown
2020-07-30 10:47:34 +08:00
parent e2ecaf0168
commit 1b2d06e3f1
2 changed files with 9 additions and 1 deletions

View File

@@ -333,6 +333,14 @@
<init>(java.lang.Throwable);
}
#-----Netty-----
-keepattributes Signature,InnerClasses
-keepclasseswithmembers class io.netty.** {
*;
}
-dontwarn io.netty.**
-dontwarn sun.**
#-----ZhiDaoService-----
-keep class com.zhidao.auto.platform.**{*;}
-keep class com.zhidao.auto.carcorder.**{*;}