1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 23:21:34 +02:00

Ignore a bunch of lint errors

This commit is contained in:
Allan Wang 2021-01-11 22:06:27 -08:00
parent f30e67588c
commit 278219e799
No known key found for this signature in database
GPG Key ID: 69D90B885D405BDB
2 changed files with 12 additions and 2 deletions

View File

@ -69,7 +69,16 @@ android {
'UnusedResources',
'ContentDescription',
'RtlSymmetry',
'MissingTranslation'
'MissingTranslation',
'TypographyQuotes',
'DuplicateStrings',
'UnusedIds',
'SyntheticAccessor',
'Recycle',
'AppLinksAutoVerifyWarning',
'AppLinksAutoVerifyError',
'GoogleAppIndexingApiWarning',
'SelectableText'
xmlReport false
textReport true

View File

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