Cleaned up unused resources
This commit is contained in:
parent
df73d5900c
commit
a83e54c37f
7 changed files with 6 additions and 18 deletions
|
|
@ -76,7 +76,8 @@ android {
|
|||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
disable 'InvalidPackage'
|
||||
// remove after it has been fixed (probably 1.4 preview 3 + gradle 1.4 alpha2)
|
||||
abortOnError false
|
||||
// remove as soon as it has been fixed
|
||||
disable 'PrivateResource'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue