代码拉取完成,页面将自动刷新
/* +++++++++ 主项目 +++++++++ */
include ':app'
/* +++++++++ 业务组件层 +++++++++ */
include ':GameBusiness', ':AndroidBusiness', ':LoveBusiness', ':MusicBusiness', ':NoteBusiness',
':VideoBusiness', ':GankBusiness', ':DemoBusiness', ':DouBanBusiness', ':BusinessInterface'
project(':GameBusiness').projectDir = new File('business/GameBusiness')
project(':AndroidBusiness').projectDir = new File('business/AndroidBusiness')
project(':LoveBusiness').projectDir = new File('business/LoveBusiness')
project(':MusicBusiness').projectDir = new File('business/MusicBusiness')
project(':NoteBusiness').projectDir = new File('business/NoteBusiness')
project(':VideoBusiness').projectDir = new File('business/VideoBusiness')
project(':GankBusiness').projectDir = new File('business/GankBusiness')
project(':DemoBusiness').projectDir = new File('business/DemoBusiness')
project(':DouBanBusiness').projectDir = new File('business/DouBanBusiness')
project(':BusinessInterface').projectDir = new File('business/BusinessInterface')
/* +++++++++ 框架业务服务层 +++++++++ */
include ':ImageServer', ':HttpServer', ':ShareServer', ':ZxingServer',':XlogServer', ':NfcServer',':ServerInterface'
project(':ImageServer').projectDir = new File('server/ImageServer')
project(':HttpServer').projectDir = new File('server/HttpServer')
project(':ShareServer').projectDir = new File('server/ShareServer')
project(':ZxingServer').projectDir = new File('server/ZxingServer')
project(':XlogServer').projectDir = new File('server/XlogServer')
project(':NfcServer').projectDir = new File('server/NfcServer')
project(':ServerInterface').projectDir = new File('server/ServerInterface')
/* +++++++++ 框架公共组件层 +++++++++ */
include ':LibraryLayer', ':BaseLayer'
project(':LibraryLayer').projectDir = new File('common/LibraryLayer')
project(':BaseLayer').projectDir = new File('common/BaseLayer')
/* +++++++++ 框架view基础组件层 +++++++++ */
include ':BannerWidget', ':PhotoWidget', ':CoverWidget', ':CustomWidget'
project(':BannerWidget').projectDir = new File('widget/BannerWidget')
project(':PhotoWidget').projectDir = new File('widget/PhotoWidget')
project(':CoverWidget').projectDir = new File('widget/CoverWidget')
project(':CustomWidget').projectDir = new File('widget/CustomWidget')
/* +++++++++ 框架基础组件层 +++++++++ */
include ':CommonLayer', ':ConfigLayer', ':ToolLayer'
project(':CommonLayer').projectDir = new File('basis/CommonLayer')
project(':ConfigLayer').projectDir = new File('basis/ConfigLayer')
project(':ToolLayer').projectDir = new File('basis/ToolLayer')
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。