|
@@ -1,18 +1,19 @@
|
|
|
//主工程
|
|
//主工程
|
|
|
-include ':WeiChat', ':appmessages'
|
|
|
|
|
|
|
+include ':WeiChat'
|
|
|
|
|
|
|
|
//核心模块
|
|
//核心模块
|
|
|
include ':network'
|
|
include ':network'
|
|
|
include ':imageload'
|
|
include ':imageload'
|
|
|
include ':common'
|
|
include ':common'
|
|
|
include ':message'
|
|
include ':message'
|
|
|
-include ':appme'
|
|
|
|
|
-include ':appworks'
|
|
|
|
|
|
|
|
|
|
//业务模块
|
|
//业务模块
|
|
|
include ':applogin'
|
|
include ':applogin'
|
|
|
include ':appcontact'
|
|
include ':appcontact'
|
|
|
-
|
|
|
|
|
|
|
+include ':appmessages'
|
|
|
|
|
+include ':appme'
|
|
|
|
|
+include ':appworks'
|
|
|
|
|
+include ':appmoments'
|
|
|
|
|
|
|
|
//第三库模块
|
|
//第三库模块
|
|
|
include ':lib-zxing'
|
|
include ':lib-zxing'
|
|
@@ -39,6 +40,7 @@ project(':appme').projectDir = new File('app_modular/appme')
|
|
|
project(':appworks').projectDir = new File('app_modular/appworks')
|
|
project(':appworks').projectDir = new File('app_modular/appworks')
|
|
|
project(':appcontact').projectDir = new File('app_modular/appcontact')
|
|
project(':appcontact').projectDir = new File('app_modular/appcontact')
|
|
|
project(':appmessages').projectDir = new File('app_modular/appmessages')
|
|
project(':appmessages').projectDir = new File('app_modular/appmessages')
|
|
|
|
|
+project(':appmoments').projectDir = new File('app_modular/appmoments')
|
|
|
|
|
|
|
|
//第三库模块
|
|
//第三库模块
|
|
|
project(':lib-zxing').projectDir = new File('app_third/lib-zxing')
|
|
project(':lib-zxing').projectDir = new File('app_third/lib-zxing')
|