|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'ManhwaLand.mom'
|
extName = 'ManhwaLand.mom'
|
||||||
extClass = '.ManhwaLandMom'
|
extClass = '.ManhwaLandMom'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://manhwaland.lat'
|
baseUrl = 'https://www.manhwaland.space'
|
||||||
overrideVersionCode = 5
|
overrideVersionCode = 6
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 26 KiB |
|
@ -8,7 +8,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class ManhwaLandMom : MangaThemesia(
|
class ManhwaLandMom : MangaThemesia(
|
||||||
"ManhwaLand.mom",
|
"ManhwaLand.mom",
|
||||||
"https://manhwaland.lat",
|
"https://www.manhwaland.space",
|
||||||
"id",
|
"id",
|
||||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
|
||||||
) {
|
) {
|
||||||
|
|