Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Set lint warning for InvalidPackage
Browse files Browse the repository at this point in the history
Reference:
square/okio#58
  • Loading branch information
wdavis122 committed Dec 20, 2015
1 parent dc762d6 commit 203daf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ android {
abiFilters "armeabi-v7a", "x86"
}
}
lintOptions {
warning 'InvalidPackage'
}
}

dependencies {
Expand Down

0 comments on commit 203daf3

Please sign in to comment.