fix(proguard): 修复Class.for (#2723)

This commit is contained in:
Xwite 2023-01-23 22:41:25 +08:00 committed by GitHub
parent c3159c2d4c
commit f76954ee92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,5 +390,8 @@
-keep class org.chromium.base.CollectionUtil
#-------------------Cronet------------------------------------
# Class.forName调用
-keep class io.legado.app.lib.cronet.CronetInterceptor{*;}
-keep class io.legado.app.lib.cronet.CronetLoader{*;}
-keep class io.legado.app.help.AppUpdateGitHub{*;}