mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-16 10:49:16 +01:00
14 lines
231 B
Groovy
14 lines
231 B
Groovy
apply from: bootstrap.androidModule
|
|
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
lintOptions {
|
|
baselineFile file("lint-baseline.xml")
|
|
abortOnError true
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api androidSupport.support
|
|
}
|