ultrasonic-app-subsonic-and.../core/menudrawer/build.gradle

13 lines
261 B
Groovy

apply from: bootstrap.androidModule
android {
lintOptions {
baselineFile file("lint-baseline.xml")
abortOnError true
}
}
dependencies {
implementation "androidx.appcompat:appcompat-resources:1.2.0"
implementation other.timber
}