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'
|
||||
extClass = '.KoreliScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://koreliscans.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://koreliscans.net'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,7 @@ import java.util.Locale
|
||||
|
||||
class KoreliScans : Madara(
|
||||
"Koreli Scans",
|
||||
"https://koreliscans.com",
|
||||
"https://koreliscans.net",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user