diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-01 17:23:33 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-01 17:23:33 +0530 |
commit | 96d624a205b99cb92041441b15a40e89b03930b0 (patch) | |
tree | 43631002adadecddca99a16ebe56f93508adf1f5 /ui-compose | |
parent | ff58afde28df16d8c39f1d6c43594297fb8bc57e (diff) |
chore: refresh Lint baselines
Diffstat (limited to 'ui-compose')
-rw-r--r-- | ui-compose/lint-baseline.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ui-compose/lint-baseline.xml b/ui-compose/lint-baseline.xml new file mode 100644 index 00000000..8a8d36be --- /dev/null +++ b/ui-compose/lint-baseline.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<issues format="6" by="lint 7.4.2" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.2)" variant="all" version="7.4.2"> + + <issue + id="UnusedResources" + message="The resource `R.font.manrope` appears to be unused" + errorLine1="<font-family xmlns:app="http://schemas.android.com/apk/res-auto">" + errorLine2="^"> + <location + file="src/main/res/font/manrope.xml" + line="6" + column="1"/> + </issue> + +</issues> |