mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 12:02:33 +01:00
Ignore a bunch of lint errors
This commit is contained in:
parent
f30e67588c
commit
278219e799
@ -69,7 +69,16 @@ android {
|
||||
'UnusedResources',
|
||||
'ContentDescription',
|
||||
'RtlSymmetry',
|
||||
'MissingTranslation'
|
||||
'MissingTranslation',
|
||||
'TypographyQuotes',
|
||||
'DuplicateStrings',
|
||||
'UnusedIds',
|
||||
'SyntheticAccessor',
|
||||
'Recycle',
|
||||
'AppLinksAutoVerifyWarning',
|
||||
'AppLinksAutoVerifyError',
|
||||
'GoogleAppIndexingApiWarning',
|
||||
'SelectableText'
|
||||
|
||||
xmlReport false
|
||||
textReport true
|
||||
|
@ -18,14 +18,15 @@
|
||||
<application
|
||||
android:name=".FrostApp"
|
||||
android:allowBackup="true"
|
||||
android:extractNativeLibs="false"
|
||||
android:fullBackupContent="@xml/frost_backup_rules"
|
||||
android:icon="@mipmap/ic_launcher_round"
|
||||
android:label="@string/frost_name"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/FrostTheme"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
tools:ignore="UnusedAttribute">
|
||||
|
||||
<activity
|
||||
|
Loading…
Reference in New Issue
Block a user