Showing
14 changed files
with
2 additions
and
2 deletions
| @@ -61,7 +61,7 @@ dependencies { | @@ -61,7 +61,7 @@ dependencies { | ||
| 61 | implementation rootProject.ext.dependencies["material"] | 61 | implementation rootProject.ext.dependencies["material"] |
| 62 | implementation project(':lib_base') | 62 | implementation project(':lib_base') |
| 63 | implementation project(path: ':wdinterfaceimpl') | 63 | implementation project(path: ':wdinterfaceimpl') |
| 64 | - implementation project(path: ':wdlayoutdataimpl') | 64 | + implementation project(path: ':layoutdataimpl') |
| 65 | implementation project(path: ':module_home') | 65 | implementation project(path: ':module_home') |
| 66 | implementation project(path: ':module_videoplayer') | 66 | implementation project(path: ':module_videoplayer') |
| 67 | implementation project(path: ':module_personalcenter') | 67 | implementation project(path: ':module_personalcenter') |
| @@ -32,4 +32,4 @@ include ':base_comment' | @@ -32,4 +32,4 @@ include ':base_comment' | ||
| 32 | include ':base_speech' | 32 | include ':base_speech' |
| 33 | include ':base_musicplayer' | 33 | include ':base_musicplayer' |
| 34 | include ':module_musicplayer' | 34 | include ':module_musicplayer' |
| 35 | -include ':wdlayoutdataimpl' | 35 | +include ':layoutdataimpl' |
-
Please register or login to post a comment