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

Commit a4b7c43

Browse files
committed
Added lintOptions entry to switch an error caused by...
... transitive dependency okio For more information, see square/okio#58
1 parent 373e6dc commit a4b7c43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

microsoftgraphvos/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ android {
1616
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1717
}
1818
}
19+
lintOptions {
20+
// Normally this would throw an error
21+
// https://github.com/square/okio/issues/58
22+
warning 'InvalidPackage'
23+
}
1924
}
2025

2126
dependencies {

0 commit comments

Comments
 (0)