25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
123456789101112131415 |
- apply plugin: 'com.android.library'
-
- android {
- compileSdkVersion 22
- buildToolsVersion "22.0.1"
-
- defaultConfig {
- minSdkVersion 18
- targetSdkVersion 22
- }
- }
-
- dependencies {
- compile project(':library:Common') //Commonģ鲻ҪӴ˾
- }
|