mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
app: turn off crashing lint
This commit is contained in:
parent
f973f32a4d
commit
84180c1650
|
@ -35,6 +35,7 @@ android {
|
|||
disable.add("MissingTranslation")
|
||||
disable.add("PluralsCandidate")
|
||||
disable.add("ImpliedQuantity")
|
||||
disable.add("DialogFragmentCallbacksDetector")
|
||||
baseline = file("lint-baseline.xml")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue