Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
ShenghuoquanBusiness
Commits
0b2e4617
Commit
0b2e4617
authored
Aug 05, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 组件化架构版本
parent
89a0dd58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
build.gradle
CommonLib/BCommon/build.gradle
+0
-2
config.gradle
config/config.gradle
+9
-2
No files found.
CommonLib/BCommon/build.gradle
View file @
0b2e4617
...
@@ -66,8 +66,6 @@ dependencies {
...
@@ -66,8 +66,6 @@ dependencies {
compileOnly
rootProject
.
ext
.
dependencies
.
privateImplementation
compileOnly
rootProject
.
ext
.
dependencies
.
privateImplementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
testImplementation
rootProject
.
ext
.
dependencies
.
testImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
androidTestImplementation
rootProject
.
ext
.
dependencies
.
androidTestImplementation
api
deps
.
yac
.
core
api
deps
.
xarc
.
xbrid
api
(
'com.yidian.android:CommonComponent:0.0.88'
)
{
api
(
'com.yidian.android:CommonComponent:0.0.88'
)
{
exclude
(
group:
'com.yidian.android'
,
module:
'NetworkImageLib'
)
exclude
(
group:
'com.yidian.android'
,
module:
'NetworkImageLib'
)
}
}
...
...
config/config.gradle
View file @
0b2e4617
...
@@ -40,18 +40,25 @@ ext.dependencies = [
...
@@ -40,18 +40,25 @@ ext.dependencies = [
// 一点内部SDK
// 一点内部SDK
'com.yidian.android:CommonUtil:0.0.88'
,
'com.yidian.android:CommonUtil:0.0.88'
,
'com.yidian.android:nightmode:0.0.88'
,
'com.yidian.android:nightmode:0.0.88'
,
'com.yidian.xarc:xevent:0.0.3'
,
// 风控SDK
// 风控SDK
'com.yidian.ftcomponents:ftdevicefinger:0.0.14'
,
'com.yidian.ftcomponents:ftdevicefinger:0.0.14'
,
// 应用升级SDK
// 应用升级SDK
'com.yidian.pmcomponents:appupdate:0.0.8'
,
'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:ydhttp:1.1.3-SNAPSHOT'
,
'com.yidian.framework.mobile:ydutils:1.0.1-SNAPSHOT'
,
'com.yidian.framework.mobile:ydutils:1.0.1-SNAPSHOT'
,
// 磐石
// 磐石
'com.yidian.framework.mobile:xdiamond:1.0.8'
,
'com.yidian.framework.mobile:xdiamond:1.0.8'
,
// 慧眼
// 慧眼
'com.yidian.framework.mobile.xinsight:xinsight:1.1.7'
,
'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
// 第三方SDK
// 屏幕适配 https://github.com/JessYanCoding/AndroidAutoSize
// 屏幕适配 https://github.com/JessYanCoding/AndroidAutoSize
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment