Skip to content

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
lifuzu authored and Richard Lee committed Mar 12, 2017
1 parent 486cb3d commit b8ea5f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Expand Up @@ -13,6 +13,9 @@ android {
abiFilters "armeabi-v7a", "x86"
}
}
lintOptions {
warning 'InvalidPackage'
}
}

dependencies {
Expand Down

0 comments on commit b8ea5f7

Please sign in to comment.