Koreli Scans: Update base URL to .net domain (#10056)
* Koreli Scans: Update base URL to .net domain * Update build.gradle
This commit is contained in:
parent
8f13e8b15c
commit
8d13fbaedc
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Koreli Scans'
|
extName = 'Koreli Scans'
|
||||||
extClass = '.KoreliScans'
|
extClass = '.KoreliScans'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://koreliscans.com'
|
baseUrl = 'https://koreliscans.net'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class KoreliScans : Madara(
|
class KoreliScans : Madara(
|
||||||
"Koreli Scans",
|
"Koreli Scans",
|
||||||
"https://koreliscans.com",
|
"https://koreliscans.net",
|
||||||
"tr",
|
"tr",
|
||||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user