Skip to content

Commit 60b8f03

Browse files
committed
Rename module-gold -> module_gold
1 parent 39deeb3 commit 60b8f03

34 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
//使用 runtimeOnly 依赖业务组件, 可实现业务组件的代码在编译时对宿主 App 不可见, 仅在运行时对宿主 App 可见
5858
runtimeOnly project(":module_zhihu")
5959
runtimeOnly project(":module_gank")
60-
runtimeOnly project(":module-gold")
60+
runtimeOnly project(":module_gold")
6161
}
6262
implementation project(":CommonRes")//因为 CommonRes 依赖了 CommonSDK, 所以如果业务模块需要公共 UI 组件就依赖 CommonRes, 如果不需要就只依赖 CommonSDK
6363
implementation project(":CommonService")
File renamed without changes.
File renamed without changes.
File renamed without changes.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':CommonSDK', ':CommonService', ':CommonRes', ':module_zhihu', ':module_gank', 'module-gold'
1+
include ':app', ':CommonSDK', ':CommonService', ':CommonRes', ':module_zhihu', ':module_gank', 'module_gold'

0 commit comments

Comments
 (0)