refactor(frame): 调整项目结构
移除buildGradleScript、lib_net模块,将网络层迁移至lib_common层 升级Gradle版本及
This commit is contained in:
9
module_home/build.gradle
Normal file
9
module_home/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
//****************************************
|
||||
//******** module_home 的配置文件 *********
|
||||
//****************************************
|
||||
|
||||
apply from: '../base_module.gradle'
|
||||
|
||||
android {
|
||||
resourcePrefix "home_"
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
apply("../buildGradleScript/module_home.gradle")
|
||||
Reference in New Issue
Block a user