Add GuncelManga to Madara (#2993)

* Update build.gradle

* Update MadaraFactory.kt
This commit is contained in:
AbdullahM0hamed 2020-05-04 00:29:46 +01:00 committed by GitHub
parent 5d88f196d5
commit 2543d37ccd
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 {
appName = 'Tachiyomi: Madara (multiple sources)' appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara" pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory' extClass = '.MadaraFactory'
extVersionCode = 84 extVersionCode = 85
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -115,6 +115,7 @@ class MadaraFactory : SourceFactory {
ArazNovel(), ArazNovel(),
MangaByte(), MangaByte(),
ManhwaRaw() ManhwaRaw()
GuncelManga()
) )
} }
@ -617,3 +618,5 @@ class ArazNovel : Madara("ArazNovel", "https://www.araznovel.com", "tr", SimpleD
class MangaByte : Madara("Manga Byte", "https://mangabyte.com", "en") class MangaByte : Madara("Manga Byte", "https://mangabyte.com", "en")
class ManhwaRaw : Madara("Manhwa Raw", "https://manhwaraw.com", "ko") class ManhwaRaw : Madara("Manhwa Raw", "https://manhwaraw.com", "ko")
class GuncelManga : Madara("GuncelManga", "https://guncelmanga.com", "tr")