Skip to content

Commit f32c9d8

Browse files
authored
Prevent okio 'InvalidPackage' error breaking build
square/okio#58
1 parent ff6a1ce commit f32c9d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ android {
1010
versionCode 1
1111
versionName "1.0"
1212
}
13+
14+
lintOptions {
15+
warning 'InvalidPackage' // prevent error: https://github.com/square/okio/issues/58
16+
}
1317
}
1418

1519
dependencies {

0 commit comments

Comments
 (0)