mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-16 02:40:53 +01:00
9 lines
146 B
Groovy
9 lines
146 B
Groovy
apply from: bootstrap.androidModule
|
|
|
|
android {
|
|
lintOptions {
|
|
baselineFile file("lint-baseline.xml")
|
|
abortOnError true
|
|
}
|
|
}
|