blob: b9f2f22c493dccd2ba8d09e25aec494d79930b5f [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion rootProject.latestCompileSdk
buildToolsVersion = rootProject.buildToolsVersion
defaultConfig {
minSdkVersion 16
targetSdkVersion 24
}
lintOptions {
textReport true
textOutput file("library-lint-results.txt")
check 'UnitTestLintCheck'
check 'UnitTestLintCheck2'
absolutePaths false
}
}
dependencies {
lintPublish project(':lintpublish')
}