Commit 1fe0ed99 authored by shiyl's avatar shiyl

重命名商品、common等业务组件

parent 0194c115
...@@ -18,5 +18,4 @@ app/debug ...@@ -18,5 +18,4 @@ app/debug
app/release app/release
idcard_quality/build idcard_quality/build
Components/xbirdbusiness/build Components/xbirdbusiness/build
app/debug
app/release
[submodule "Components/xbirdbusiness/src/main/assets/www"]
path = Components/xbirdbusiness/src/main/assets/www
url = https://git.yidian-inc.com:8021/bp/shenghuoquanb-app-hybrid-release.git
branch = master
www @ 718e7925
Subproject commit 718e7925f83d97bf4386f667661eb2f3b072bd87
...@@ -110,8 +110,8 @@ dependencies { ...@@ -110,8 +110,8 @@ dependencies {
} }
if (!rootProject.ext.android.isApplication) { if (!rootProject.ext.android.isApplication) {
implementation project(":Components:newscontent") implementation project(":Components:newscontent")
implementation project(":Components:commodity") implementation project(":Components:BGoods")
implementation project(":Components:xbirdbusiness") implementation project(":Components:BXBridBusiness")
} }
implementation rootProject.ext.dependencies.publicImplementation implementation rootProject.ext.dependencies.publicImplementation
testImplementation rootProject.ext.dependencies.testImplementation testImplementation rootProject.ext.dependencies.testImplementation
......
...@@ -144,7 +144,7 @@ ext.dependencies = [ ...@@ -144,7 +144,7 @@ ext.dependencies = [
'id.zelory:compressor:3.0.1' 'id.zelory:compressor:3.0.1'
], ],
other : [ other : [
':CommonLib:Common' ':CommonLib:BCommon'
], ],
video : 'com.yidian.framework.mobile:ydvideo:1.0.0-SNAPSHOT', video : 'com.yidian.framework.mobile:ydvideo:1.0.0-SNAPSHOT',
androidTestImplementation: [ androidTestImplementation: [
......
rootProject.name = "ShenghuoquanBusiness" rootProject.name = "ShenghuoquanBusiness"
include ':app' include ':app'
include ':CommonLib:Common' include ':CommonLib:BCommon'
include ':Components:newscontent' include ':Components:newscontent'
include ':Components:commodity' include ':Components:BGoods'
include ':Components:xbirdbusiness' include ':Components:BXBridBusiness'
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