2018-11-20 16:19:31 +01:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
|
minSdkVersion 14
|
2024-01-11 10:52:54 +01:00
|
|
|
namespace 'de.cotech.sweetspot'
|
2018-11-20 16:19:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Do not abort build if lint finds errors
|
|
|
|
|
lintOptions {
|
|
|
|
|
abortOnError false
|
|
|
|
|
}
|
|
|
|
|
}
|