build.gradle 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 apply plugin : 'com.android.library' apply from : '../../common.gradle' dependencies { // 基础库(不包任何第三方框架) implementation project(':library:base') }