Commit a74f13c7 authored by Rebecca Hughes's avatar Rebecca Hughes

Merge pull request #10 from lifuzu/master

Set lint warning for InvalidPackage, instead of error
parents 3367796c 9d7c84d0
...@@ -13,6 +13,9 @@ android { ...@@ -13,6 +13,9 @@ android {
abiFilters "armeabi-v7a", "x86" abiFilters "armeabi-v7a", "x86"
} }
} }
lintOptions {
warning 'InvalidPackage'
}
} }
dependencies { 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