NhatTruyen: Update the domain (#4206)
* Update build.gradle * Update NhatTruyen.kt * bump versionCode
This commit is contained in:
parent
2c6e3b45fd
commit
ae10943664
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'NhatTruyen'
|
||||
extClass = '.NhatTruyen'
|
||||
themePkg = 'wpcomics'
|
||||
baseUrl = 'https://nhattruyenup.com'
|
||||
overrideVersionCode = 17
|
||||
baseUrl = 'https://nhattruyenvn.com'
|
||||
overrideVersionCode = 18
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -15,7 +15,7 @@ import java.util.Locale
|
|||
|
||||
class NhatTruyen : WPComics(
|
||||
"NhatTruyen",
|
||||
"https://nhattruyenup.com",
|
||||
"https://nhattruyenvn.com",
|
||||
"vi",
|
||||
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
|
||||
gmtOffset = null,
|
||||
|
|
Loading…
Reference in New Issue