Files
open-keychain/nfcsweetspot/build.gradle

16 lines
296 B
Groovy
Raw Normal View History

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'
}
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
}
}