Files
open-keychain/nfcsweetspot/build.gradle

18 lines
274 B
Groovy
Raw Normal View History

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
}
}