mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
disabling lint for the pulled in module
This commit is contained in:
parent
5058f942af
commit
abd70d953b
1 changed files with 6 additions and 0 deletions
|
@ -22,3 +22,9 @@ android {
|
|||
dependencies {
|
||||
implementation "com.android.support:appcompat-v7:28.0.0"
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
tasks.findAll { it.name.startsWith("lint") }.each {
|
||||
it.enabled = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue