19 lines
335 B
Groovy
Raw Normal View History

apply plugin: 'com.android.library'
android {
2016-07-10 01:00:04 +01:00
compileSdkVersion 24
buildToolsVersion '24.0.1'
defaultConfig {
minSdkVersion 8
2016-07-10 01:00:04 +01:00
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
}
2015-09-09 21:23:01 -07:00
}