diff --git a/microsoftgraphvos/build.gradle b/microsoftgraphvos/build.gradle index c539b29..65e8e79 100644 --- a/microsoftgraphvos/build.gradle +++ b/microsoftgraphvos/build.gradle @@ -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 {