mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 23:47:16 +03:00
9 lines
146 B
Groovy
9 lines
146 B
Groovy
apply from: bootstrap.androidModule
|
|
|
|
android {
|
|
lintOptions {
|
|
baselineFile file("lint-baseline.xml")
|
|
abortOnError true
|
|
}
|
|
}
|