adding kkj scans (#3146)

* adding kkj scans

* forgot to bump version

* Update build.gradle

Co-authored-by: arkon <arkon@users.noreply.github.com>
This commit is contained in:
mneko 2020-05-16 21:22:31 -05:00 committed by GitHub
parent 1e785925ed
commit deee422c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Genkan (multiple sources)'
pkgNameSuffix = 'all.genkan'
extClass = '.GenkanFactory'
extVersionCode = 18
extVersionCode = 19
libVersion = '1.2'
}

View File

@ -17,7 +17,8 @@ class GenkanFactory : SourceFactory {
EdelgardeScans(),
SecretScans(),
MethodScans(),
SKScans()
SKScans(),
KKJScans()
)
}
@ -40,3 +41,4 @@ class EdelgardeScans : Genkan("Edelgarde Scans", "https://edelgardescans.com", "
class SecretScans : GenkanOriginal("SecretScans", "https://secretscans.co", "en")
class MethodScans : Genkan("Method Scans", "https://methodscans.com", "en")
class SKScans : Genkan("Sleeping Knight Scans", "https://skscans.com", "en")
class KKJScans : Genkan("KKJ Scans", "https://kkjscans.co", "en")