您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- apply plugin: 'com.android.library'
-
- android {
- compileSdkVersion 22
- buildToolsVersion "22.0.1"
-
- defaultConfig {
- minSdkVersion 18
- targetSdkVersion 22
- }
- }
-
- dependencies {
- compile project(':library:Common') //Common模块不需要加此句
- }
|