X5 CDN 下载配置
parent
cf452cb0f4
commit
d6c6d1fc10
|
@ -91,6 +91,6 @@ kapt {
|
|||
}
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.finogeeks.lib:finapplet:2.40.0-dev20230306v02'
|
||||
implementation 'com.finogeeks.mop:plugins:2.40.0-dev20230228v02'
|
||||
implementation 'com.finogeeks.lib:finapplet:2.40.0-dev20230314v01'
|
||||
implementation 'com.finogeeks.mop:plugins:2.40.0-dev20230309v01'
|
||||
}
|
|
@ -125,7 +125,10 @@ public class BaseModule extends BaseApi {
|
|||
.setDisableRequestPermissions(disablePermission)
|
||||
.setBindAppletWithMainProcess(bindAppletWithMainProcess)
|
||||
.setLogLevel(XLogLevel.LEVEL_VERBOSE)
|
||||
.setXLogDir(new File(getContext().getExternalCacheDir(),"xlog"));
|
||||
.setXLogDir(new File(getContext().getExternalCacheDir(),"xlog"))
|
||||
.setUseLocalTbsCore(true)
|
||||
.setTbsCoreUrl("https://www-cdn.finclip.com/sdk/x5/latest/");
|
||||
|
||||
// .setPageCountLimit(pageCountLimit);
|
||||
|
||||
if (customWebViewUserAgent != null)
|
||||
|
|
Loading…
Reference in New Issue