1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
apply plugin: 'com.android.library' android { compileSdkVersion 21 buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 8 targetSdkVersion 19 } buildTypes { release { minifyEnabled false } } } dependencies { compile 'com.android.support:support-v4:19.1.0' }