peko-android-gms init
This commit is contained in:
10
module_standard.gradle
Normal file
10
module_standard.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* 文件说明:业务module的标准配置(非base模块外的业务模块)
|
||||
*/
|
||||
apply from: "./module_base.gradle"
|
||||
|
||||
dependencies {
|
||||
// Base
|
||||
implementation project(path: ":modules:module_base")
|
||||
}
|
||||
|
Reference in New Issue
Block a user