Add disable some lint check in gradle
This commit is contained in:
parent
5f58eba193
commit
ec9eb2508e
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ android {
|
||||||
// Or, if you prefer, you can continue to check for errors in release builds,
|
// Or, if you prefer, you can continue to check for errors in release builds,
|
||||||
// but continue the build even when errors are found:
|
// but continue the build even when errors are found:
|
||||||
abortOnError false
|
abortOnError false
|
||||||
|
disable 'MissingTranslation', 'UnusedResources'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Signing
|
// Signing
|
||||||
|
|
Loading…
Reference in a new issue