|
|
@@ -4,7 +4,7 @@ include ':WeiChat'
|
|
|
//核心模块
|
|
|
include ':network'
|
|
|
include ':imageload'
|
|
|
-include ':commom'
|
|
|
+include ':common'
|
|
|
|
|
|
//第三库模块
|
|
|
include ':lib-zxing'
|
|
|
@@ -21,7 +21,7 @@ include ':pullToRefershLibraryMy'
|
|
|
//核心模块
|
|
|
project(':network').projectDir = new File('app_core/network')
|
|
|
project(':imageload').projectDir = new File('app_core/imageload')
|
|
|
-project(':commom').projectDir = new File('app_core/commom')
|
|
|
+project(':common').projectDir = new File('app_core/common')
|
|
|
|
|
|
|
|
|
//第三库模块
|