Skip to content

Commit

Permalink
Prevent okio 'InvalidPackage' error breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonpage committed Aug 9, 2016
1 parent ff6a1ce commit f32c9d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Expand Up @@ -10,6 +10,10 @@ android {
versionCode 1
versionName "1.0"
}

lintOptions {
warning 'InvalidPackage' // prevent error: https://github.com/square/okio/issues/58
}
}

dependencies {
Expand Down

0 comments on commit f32c9d8

Please sign in to comment.