refactor: 重构

This commit is contained in:
Quyunshuo
2021-04-24 18:12:23 +08:00
parent d75956a81d
commit 42c89b7872
85 changed files with 1031 additions and 639 deletions

View File

@@ -0,0 +1,9 @@
//****************************************
//******** module_home 的配置文件 *********
//****************************************
apply from: '../buildGradleScript/base/base_module.gradle'
android {
resourcePrefix "home_"
}