Files
open-keychain/nfcsweetspot/build.gradle
Vincent Breitmoser 3a52071f50 Update AGP to 8.4.2
2024-01-29 16:42:28 +01:00

16 lines
296 B
Groovy

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