We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021c5d1 commit d3ddb67Copy full SHA for d3ddb67
module_app/proguard-rules.pro
@@ -110,12 +110,12 @@
110
public boolean *(android.webkit.WebView, java.lang.String);
111
}
112
113
-#---------------------------------实体类---------------------------------
+#---------------------------------业务组件实体类---------------------------------
114
115
-keep class com.guiying.news.data.bean.** {*;}
116
-keep class com.guiying.girls.data.bean.** {*;}
117
118
-#---------------------------------第三方包-------------------------------
+#---------------------------------第三方库及jar包-------------------------------
119
#litepal数据库不能被混淆
120
-keep class org.litepal.** {*;}
121
-keep class * extends org.litepal.crud.DataSupport {*;}
0 commit comments