Skip to content

Commit

Permalink
Suppress the InvalidPackage lint warning, because beanshell.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwyatt committed Oct 16, 2017
1 parent da94e1b commit ec7283e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/build.gradle
Expand Up @@ -13,6 +13,10 @@ android {
versionCode 5
versionName "2.1.0"
}

lintOptions {
disable 'InvalidPackage'
}
}

dependencies {
Expand Down

0 comments on commit ec7283e

Please sign in to comment.