Commit 0b2e4617 authored by yinjiacheng's avatar yinjiacheng

update 组件化架构版本

parent 89a0dd58
......@@ -66,8 +66,6 @@ dependencies {
compileOnly rootProject.ext.dependencies.privateImplementation
testImplementation rootProject.ext.dependencies.testImplementation
androidTestImplementation rootProject.ext.dependencies.androidTestImplementation
api deps.yac.core
api deps.xarc.xbrid
api('com.yidian.android:CommonComponent:0.0.88') {
exclude(group: 'com.yidian.android', module: 'NetworkImageLib')
}
......
......@@ -40,18 +40,25 @@ ext.dependencies = [
// 一点内部SDK
'com.yidian.android:CommonUtil:0.0.88',
'com.yidian.android:nightmode:0.0.88',
'com.yidian.xarc:xevent:0.0.3',
// 风控SDK
'com.yidian.ftcomponents:ftdevicefinger:0.0.14',
// 应用升级SDK
'com.yidian.pmcomponents:appupdate:0.0.8',
'com.yidian.xpage:xpagenative:0.0.1',
// http框架
'com.yidian.framework.mobile:ydhttp:1.1.3-SNAPSHOT',
'com.yidian.framework.mobile:ydutils:1.0.1-SNAPSHOT',
// 磐石
'com.yidian.framework.mobile:xdiamond:1.0.8',
// 慧眼
'com.yidian.framework.mobile.xinsight:xinsight:1.1.7',
// NA页面栈
'com.yidian.xpage:xpagenative:0.0.1',
// 组件化架构
deps.yac.core,
deps.xarc.xbrid,
deps.xarc.xbase,
deps.xarc.xrouter,
deps.xarc.xevent,
// 第三方SDK
// 屏幕适配 https://github.com/JessYanCoding/AndroidAutoSize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment