MangaFast Update Date format. (#7699)

* Update MangaFast.kt

* Update build.gradle
This commit is contained in:
FourTOne5 2021-06-17 13:36:47 +00:00 committed by GitHub
parent d1415a27c6
commit c5c4ddf825
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 {
extName = 'MangaFast' extName = 'MangaFast'
pkgNameSuffix = 'en.mangafast' pkgNameSuffix = 'en.mangafast'
extClass = '.MangaFast' extClass = '.MangaFast'
extVersionCode = 8 extVersionCode = 9
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -104,7 +104,7 @@ class MangaFast : ParsedHttpSource() {
companion object { companion object {
val dateFormat by lazy { val dateFormat by lazy {
SimpleDateFormat("yyyy-MM-dd", Locale.US) SimpleDateFormat("MM/dd/YYYY", Locale.US)
} }
} }