Commit e2387339 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add lint config file.

parent e353c6e6
......@@ -95,6 +95,10 @@ android {
exclude 'META-INF/core.kotlin_module'
exclude 'META-INF/main.kotlin_module'
}
lintOptions {
lintConfig file("src/main/res/xml/lint.xml")
}
}
dependencies {
......
<lint>
<issue id="InvalidPackage">
<ignore path="**/dropbox*.jar"/>
</issue>
</lint>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment