mirror of
https://github.com/gedoor/legado.git
synced 2025-01-09 04:17:45 +08:00
fix(proguard): 修复Class.for
(#2723)
This commit is contained in:
parent
c3159c2d4c
commit
f76954ee92
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -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{*;}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user