mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
fix lint to exclude correct freemarker version
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
48741d990b
commit
f565b6cf48
1 changed files with 1 additions and 1 deletions
2
lint.xml
2
lint.xml
|
@ -5,7 +5,7 @@
|
|||
<ignore regexp="autofillHints"/>
|
||||
</issue>
|
||||
<issue id="InvalidPackage">
|
||||
<ignore path="**/freemarker-2.3.28.jar" />
|
||||
<ignore path="**/freemarker-2.*.*.jar" />
|
||||
<ignore path="**/nnio-0.2.jar"/>
|
||||
<ignore path="**/pkix-1.54.0.0.jar"/>
|
||||
</issue>
|
||||
|
|
Loading…
Reference in a new issue