Add MangaStein to list of sources (#2867)

This commit is contained in:
AbdullahM0hamed 2020-04-27 03:26:32 +01:00 committed by GitHub
parent 86b128e5d0
commit c2e08d86c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 79
extVersionCode = 80
libVersion = '1.2'
}

View File

@ -106,7 +106,8 @@ class MadaraFactory : SourceFactory {
ZManga(),
MangaGecesi(),
MangaWT(),
DecadenceScans()
DecadenceScans(),
MangaStein()
)
}