Update Mangafox.kt (#371)

Update Mangafox.kt
This commit is contained in:
Logan B 2018-07-24 22:15:52 +12:00 committed by Carlos
parent 68df35eb88
commit ee16e25b5a
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ ext {
appName = 'Tachiyomi: Mangafox'
pkgNameSuffix = "en.mangafox"
extClass = '.Mangafox'
extVersionCode = 2
extVersionSuffix = 0
extVersionCode = 3
extVersionSuffix = 1
libVersion = '1.2'
}

View File

@ -16,7 +16,7 @@ class Mangafox : ParsedHttpSource() {
override val name = "Mangafox"
override val baseUrl = "http://mangafox.la"
override val baseUrl = "http://fanfox.net"
override val lang = "en"
@ -227,4 +227,4 @@ class Mangafox : ParsedHttpSource() {
Genre("Yuri")
)
}
}