fix(proguard): 修复`Class.for`

pull/2723/head
Xwite 2 years ago committed by GitHub
parent c3159c2d4c
commit 2f7eb11dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      app/proguard-rules.pro

@ -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…
Cancel
Save