aboutsummaryrefslogtreecommitdiff
path: root/ui-compose/lint-baseline.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-03-01 17:23:33 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-03-01 17:23:33 +0530
commit96d624a205b99cb92041441b15a40e89b03930b0 (patch)
tree43631002adadecddca99a16ebe56f93508adf1f5 /ui-compose/lint-baseline.xml
parentff58afde28df16d8c39f1d6c43594297fb8bc57e (diff)
chore: refresh Lint baselines
Diffstat (limited to 'ui-compose/lint-baseline.xml')
-rw-r--r--ui-compose/lint-baseline.xml15
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="&lt;font-family xmlns:app=&quot;http://schemas.android.com/apk/res-auto&quot;>"
+ errorLine2="^">
+ <location
+ file="src/main/res/font/manrope.xml"
+ line="6"
+ column="1"/>
+ </issue>
+
+</issues>