NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
868 stars 209 forks source link

Working around the issue https://github.com/jitpack/jitpack.io/issues/2189 #55

Closed tinsukE closed 6 years ago

tinsukE commented 6 years ago

To cut it short: gradle is not being able to download the HtmlSpanner dependency from Jitpack anymore (it gets completely stuck trying to download the sources jar from Jitpack, which is not there, and the requests never even times out). A workaround is to add the sources jar configuration so the file is there and the download goes just fine.

NightWhistler commented 6 years ago

Thank you!