Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color)

This commit is contained in:
Karim Abou Zeid 2015-08-19 13:43:38 +02:00
commit c0e345fcef
9 changed files with 37 additions and 22 deletions

View file

@ -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'
}
}