1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
apply plugin: 'com.android.library' android { compileSdkVersion 21 buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 7 targetSdkVersion 21 versionCode 2 versionName "2.0" } buildTypes { release { minifyEnabled false } } }