diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:08:12 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:47:50 +0530 |
commit | 13e859baca77d4bc2f809ec4c6a6ecb778be059b (patch) | |
tree | 8cdc1299e9566d119d39cfbcfad125fcfa4aa514 /app/lint-baseline.xml | |
parent | 95f16cbf5afef3c55ed23bbad615607954db50d3 (diff) |
app: address VectorRaster lint
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r-- | app/lint-baseline.xml | 11 |
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 < 24; check generated icon to make sure it looks acceptable" - errorLine1=" android:tint="?attr/colorControlNormal"" - 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 `<EditText>` to make it editable" errorLine1=" android:editable="false"" |