Updating Hwago Indonesia extension url (#11653)
* Updating Hwago Indonesia extension url * Remove the trailing slash
This commit is contained in:
parent
ef51432e8a
commit
6bced1de64
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Hwago'
|
extName = 'Hwago'
|
||||||
extClass = '.Hwago'
|
extClass = '.Hwago'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hwago01.xyz'
|
baseUrl = 'https://01.hwago.xyz'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class Hwago : Madara(
|
class Hwago : Madara(
|
||||||
"Hwago",
|
"Hwago",
|
||||||
"https://hwago01.xyz",
|
"https://01.hwago.xyz",
|
||||||
"id",
|
"id",
|
||||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("en")),
|
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("en")),
|
||||||
) {
|
) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user