refactor(frame): 调整项目结构

移除buildGradleScript、lib_net模块,将网络层迁移至lib_common层
升级Gradle版本及
This commit is contained in:
Quyunshuo
2021-07-10 23:31:07 +08:00
parent 6120062365
commit 7429a02189
28 changed files with 20 additions and 169 deletions

9
module_home/build.gradle Normal file
View File

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