Files
peko-android/modules/module_google/module_standard.gradle

11 lines
214 B
Groovy
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 文件说明业务module的标准配置非base模块外的业务模块
*/
apply from: "../module_base.gradle"
dependencies {
// Base
implementation project(path: ":modules:module_base")
}