mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-14 00:17:15 +03: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
|
|
}
|