open-keychain/nfcsweetspot/build.gradle
2020-05-30 15:47:09 +02:00

18 lines
274 B
Groovy

apply plugin: 'com.android.library'
dependencies {
}
android {
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
minSdkVersion 14
}
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
}
}