lint: one bug fixed and another takes its place
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
8f4cab4917
commit
f2ad7e489f
1 changed files with 2 additions and 5 deletions
|
@ -35,11 +35,8 @@ android {
|
||||||
isAbortOnError = true
|
isAbortOnError = true
|
||||||
isCheckReleaseBuilds = false
|
isCheckReleaseBuilds = false
|
||||||
disable("MissingTranslation", "PluralsCandidate", "ImpliedQuantity")
|
disable("MissingTranslation", "PluralsCandidate", "ImpliedQuantity")
|
||||||
// Kotlin 1.5 + AGP 4.1.3 trip up NewApi for Kotlin intrinsics like forEach
|
// https://issuetracker.google.com/issues/187524311
|
||||||
// This can be fixed by either switching to AGP 4.2.0-rc1, or disabling it
|
disable("DialogFragmentCallbacksDetector")
|
||||||
// outright.
|
|
||||||
// https://issuetracker.google.com/issues/185418482
|
|
||||||
disable("NewApi")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
flavorDimensions("free")
|
flavorDimensions("free")
|
||||||
|
|
Loading…
Reference in a new issue