MangaFast Fix Incorrect SimpleDateFormat Pattern (#7720)

* Update build.gradle

* Update MangaFast.kt
This commit is contained in:
FourTOne5 2021-06-18 09:52:33 +00:00 committed by GitHub
parent 9ea926b8a8
commit 550bb4b5f6
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'
pkgNameSuffix = 'en.mangafast'
extClass = '.MangaFast'
extVersionCode = 9
extVersionCode = 10
libVersion = '1.2'
}

View File

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