Disable lint check
This commit is contained in:
parent
82c4d4775f
commit
9fa5ebb465
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ android {
|
||||||
isShrinkResources = false
|
isShrinkResources = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lint {
|
||||||
|
disable.add("NullSafeMutableLiveData")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue