mkjensen / danish-media-license

App for Android TV that provides access to videos available to everyone that pays the Danish media license
Apache License 2.0
3 stars 0 forks source link

Avoid ignoring InvalidPackage Lint error #15

Open mkjensen opened 8 years ago

mkjensen commented 8 years ago

This issue tracks upstream bug https://github.com/square/okio/issues/58.

Okio (and Retrofit) causes a Lint error about access to APIs that are not supported in Android. This is because the library is also used for non-Android projects. The current fix implemented in config/lint.xml is to ignore InvalidPackage Lint errors for the problematic libraries.