mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
gradle 7.1.2
This commit is contained in:
parent
124b3b51ad
commit
39cb70d90d
3 changed files with 5 additions and 5 deletions
|
@ -74,9 +74,9 @@ android {
|
|||
}
|
||||
|
||||
lint {
|
||||
disable("MissingTranslation")
|
||||
isAbortOnError = false
|
||||
isCheckReleaseBuilds = false
|
||||
disable.addAll(listOf("MissingTranslation", "ExtraTranslation"))
|
||||
abortOnError = false
|
||||
checkReleaseBuilds = false
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue