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'
extClass = '.KoreliScans'
themePkg = 'madara'
baseUrl = 'https://koreliscans.com'
overrideVersionCode = 1
baseUrl = 'https://koreliscans.net'
overrideVersionCode = 2
isNsfw = false
}

View File

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