ReadMangaToday (#138)
* updated to match internal source * updated version code * updated to latest LibVersion updated extVersion * updated wrong readManga :) * fixed suffix since doesn't need to increment since lib did.
This commit is contained in:
parent
5c74f3fa7b
commit
f90e8fef3c
|
@ -5,9 +5,9 @@ ext {
|
|||
appName = 'Tachiyomi: ReadMangaToday'
|
||||
pkgNameSuffix = "en.readmangatoday"
|
||||
extClass = '.Readmangatoday'
|
||||
extVersionCode = 2
|
||||
extVersionSuffix = 2
|
||||
libVersion = '1.0'
|
||||
extVersionCode = 3
|
||||
extVersionSuffix = 0
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -17,7 +17,7 @@ class Readmangatoday : ParsedHttpSource() {
|
|||
|
||||
override val name = "ReadMangaToday"
|
||||
|
||||
override val baseUrl = "http://www.readmanga.today"
|
||||
override val baseUrl = "http://www.readmng.com/"
|
||||
|
||||
override val lang = "en"
|
||||
|
||||
|
|
Loading…
Reference in New Issue