Missing comma (#2994)

* Update build.gradle

* Update MadaraFactory.kt
This commit is contained in:
AbdullahM0hamed 2020-05-04 00:50:12 +01:00 committed by GitHub
parent 2543d37ccd
commit e83631f85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -114,7 +114,7 @@ class MadaraFactory : SourceFactory {
ManhuasWorld(),
ArazNovel(),
MangaByte(),
ManhwaRaw()
ManhwaRaw(),
GuncelManga()
)
}