aboutsummaryrefslogtreecommitdiff
path: root/app/lint-baseline.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:08:12 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:47:50 +0530
commit13e859baca77d4bc2f809ec4c6a6ecb778be059b (patch)
tree8cdc1299e9566d119d39cfbcfad125fcfa4aa514 /app/lint-baseline.xml
parent95f16cbf5afef3c55ed23bbad615607954db50d3 (diff)
app: address VectorRaster lint
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r--app/lint-baseline.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index b2d0b78e..4aa937ad 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -2,17 +2,6 @@
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
<issue
- id="VectorRaster"
- message="Resource references will not work correctly in images generated for this vector icon for API &lt; 24; check generated icon to make sure it looks acceptable"
- errorLine1=" android:tint=&quot;?attr/colorControlNormal&quot;"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/drawable/ic_push_pin_24dp.xml"
- line="4"
- column="17"/>
- </issue>
-
- <issue
id="Deprecated"
message="`android:editable` is deprecated: Use an `&lt;EditText>` to make it editable"
errorLine1=" android:editable=&quot;false&quot;"