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:
Hasan 2025-08-09 11:54:41 +03:00 committed by Draff
parent 8f13e8b15c
commit 8d13fbaedc
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -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
} }

View File

@ -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")),
) { ) {