2014-10-16 20:06:56 +00:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
|
|
android {
|
2014-10-16 20:17:34 +00:00
|
|
|
compileSdkVersion 19
|
2014-10-16 20:06:56 +00:00
|
|
|
buildToolsVersion "20.0.0"
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "com.twofortyfouram.locale.api"
|
|
|
|
minSdkVersion 3
|
|
|
|
targetSdkVersion 17
|
|
|
|
}
|
|
|
|
|
2014-10-16 20:17:34 +00:00
|
|
|
lintOptions {
|
|
|
|
abortOnError false
|
|
|
|
}
|
|
|
|
|
2014-10-16 20:06:56 +00:00
|
|
|
buildTypes {
|
|
|
|
release {
|
|
|
|
runProguard false
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|