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:
Carlos 2017-12-09 10:09:08 -05:00 committed by inorichi
parent 5c74f3fa7b
commit f90e8fef3c
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ ext {
appName = 'Tachiyomi: ReadMangaToday' appName = 'Tachiyomi: ReadMangaToday'
pkgNameSuffix = "en.readmangatoday" pkgNameSuffix = "en.readmangatoday"
extClass = '.Readmangatoday' extClass = '.Readmangatoday'
extVersionCode = 2 extVersionCode = 3
extVersionSuffix = 2 extVersionSuffix = 0
libVersion = '1.0' libVersion = '1.2'
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -17,7 +17,7 @@ class Readmangatoday : ParsedHttpSource() {
override val name = "ReadMangaToday" override val name = "ReadMangaToday"
override val baseUrl = "http://www.readmanga.today" override val baseUrl = "http://www.readmng.com/"
override val lang = "en" override val lang = "en"