7 lines
183 B
Groovy
7 lines
183 B
Groovy
apply plugin : 'com.android.library'
|
|
apply from : '../../common.gradle'
|
|
|
|
dependencies {
|
|
// 基础库(不包任何第三方框架)
|
|
implementation project(':library:base')
|
|
} |