New fast scroller used on chapter list

Scrolls by volume now
Updated to jsoup 1.13.1 since there was some errors with 1.12.2
This commit is contained in:
Jay 2020-04-06 23:52:15 -04:00
parent 21953424c0
commit 4d8340a0c3
13 changed files with 303 additions and 36 deletions

View file

@ -148,7 +148,7 @@ dependencies {
implementation("com.github.inorichi:unifile:e9ee588")
// HTML parser
implementation("org.jsoup:jsoup:1.12.2")
implementation("org.jsoup:jsoup:1.13.1")
// Job scheduling
implementation("com.evernote:android-job:1.4.2")