Skip to content

Commit c51e301

Browse files
author
Stefan Hoth
committed
Demote 'InvalidPackage' error to warning as it conflicts with square's OkIO
See square/okio#58
1 parent b7de0ed commit c51e301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ android {
6868
lintOptions {
6969
abortOnError true
7070
checkReleaseBuilds false
71+
72+
warning 'InvalidPackage'
7173
}
7274

7375
compileOptions {

0 commit comments

Comments
 (0)