summaryrefslogtreecommitdiff
path: root/core/lint.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-04-17 11:57:27 +0200
committerByteHamster <info@bytehamster.com>2021-04-21 23:05:47 +0200
commit74c8dc9c144ca80453b64b8743aceebf4b6cb4cf (patch)
tree8631029c962f51368565a03c086a4398d6b4bed3 /core/lint.xml
parentbd7793ffd49a914ced95f82b3ea7633972eb738a (diff)
downloadAntennaPod-74c8dc9c144ca80453b64b8743aceebf4b6cb4cf.zip
Moved notification icons to their own module, so they don't crash old Android versions
Diffstat (limited to 'core/lint.xml')
-rw-r--r--core/lint.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/lint.xml b/core/lint.xml
new file mode 100644
index 000000000..f3cb24810
--- /dev/null
+++ b/core/lint.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<lint>
+ <issue id="VectorPath">
+ <ignore path="res/drawable/ic_settings.xml" />
+ <ignore path="res/drawable/ic_settings_white.xml" />
+ </issue>
+</lint>