Commit 9d7c84d0 authored by Fuzu Li's avatar Fuzu Li Committed by Richard Lee

Set lint warning for InvalidPackage

Reference:
https://github.com/square/okio/issues/58
parent 3367796c
......@@ -13,6 +13,9 @@ android {
abiFilters "armeabi-v7a", "x86"
}
}
lintOptions {
warning 'InvalidPackage'
}
}
dependencies {
......
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