Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color)
This commit is contained in:
parent
48337bb7da
commit
c0e345fcef
9 changed files with 37 additions and 22 deletions
|
|
@ -67,6 +67,8 @@ android {
|
|||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
disable 'InvalidPackage'
|
||||
// remove after it has been fixed (probably 1.4 preview 3 + gradle 1.4 alpha2)
|
||||
disable 'PrivateResource'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue