apply plugin: 'com.android.library' android { compileSdkVersion 16 buildToolsVersion "20.0.0" defaultConfig { applicationId "com.twofortyfouram.locale.api" minSdkVersion 3 targetSdkVersion 17 } buildTypes { release { runProguard false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } }