Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Added lintOptions entry to switch an error caused by...
Browse files Browse the repository at this point in the history
... transitive dependency okio

For more information, see square/okio#58
  • Loading branch information
ricalo committed Aug 4, 2016
1 parent 373e6dc commit a4b7c43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions microsoftgraphvos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
// Normally this would throw an error
// https://github.com/square/okio/issues/58
warning 'InvalidPackage'
}
}

dependencies {
Expand Down

0 comments on commit a4b7c43

Please sign in to comment.