Added some chapter filtering options to Bato.to (#6792)

* Update build.gradle

* Update BatoTo.kt
This commit is contained in:
Jaykoerner 2021-05-02 07:48:36 -07:00 committed by GitHub
parent 371202df93
commit 02fa4e5ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Bato.to'
pkgNameSuffix = 'all.batoto'
extClass = '.BatoToFactory'
extVersionCode = 7
extVersionCode = 8
libVersion = '1.2'
containsNsfw = true
}

View File

@ -330,6 +330,9 @@ open class BatoTo(
Pair("200+", "200"),
Pair("100+", "100"),
Pair("50+", "50"),
Pair("40+", "40"),
Pair("30+", "30"),
Pair("20+", "20"),
Pair("10+", "10"),
Pair("1+", "1")
)