mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 15:29:18 -04:00
lint: ignore UnusedAttribute
This commit is contained in:
@@ -161,9 +161,13 @@ android {
|
||||
|
||||
// Our translations are crowd-sourced
|
||||
disable 'MissingTranslation'
|
||||
|
||||
// We have locale folders like "values-he" and "values-id" as symlinks
|
||||
// since some devices ship deprecated locale codes
|
||||
disable 'LocaleFolder'
|
||||
|
||||
// Like supportsRtl or parentActivityName. They are on purpose.
|
||||
disable 'UnusedAttribute'
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
|
||||
Reference in New Issue
Block a user