Update jsoup to 1.11.2
jsoup 1.11.1 features a 30% lower DOM memory footprint, streaming network HTML parsing, faster HTML generation, and a bunch of other improvements and bug fixes. See https://jsoup.org/news/release-1.11.1 and https://jsoup.org/news/release-1.11.2 (with the followup bugfixes) for details.
This commit is contained in:
parent
dc5be358af
commit
ad09587298
|
@ -50,7 +50,7 @@ project.ext {
|
|||
glideVersion = "3.8.0"
|
||||
glideOkhttpIntegrationVersion = "1.5.0"
|
||||
iconifyVersion = "2.2.2"
|
||||
jsoupVersion = "1.10.3"
|
||||
jsoupVersion = "1.11.2"
|
||||
materialDialogsVersion = "0.9.0.2"
|
||||
okhttpVersion = "3.9.0"
|
||||
okioVersion = "1.13.0"
|
||||
|
|
Loading…
Reference in New Issue