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

13 lines
261 B
Groovy
Raw Normal View History

apply from: bootstrap.androidModule
2015-07-26 17:21:54 +02:00
android {
lintOptions {
baselineFile file("lint-baseline.xml")
abortOnError true
}
2015-07-26 17:21:54 +02:00
}
dependencies {
implementation "androidx.appcompat:appcompat-resources:1.2.0"
2020-09-30 14:47:59 +02:00
implementation other.timber
}