Yaoimangaoku: change domain .net (#6217)

* Yaoimangaoku: change domain .net

* change also domain also in .gradle
This commit is contained in:
dngonz 2024-11-27 00:48:49 +01:00 committed by Draff
parent 361081d840
commit a8aaf331b2
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Yaoi Manga Oku'
extClass = '.YaoiMangaOku'
themePkg = 'madara'
baseUrl = 'https://yaoimangaoku.com'
overrideVersionCode = 0
baseUrl = 'https://yaoimangaoku.net'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -6,7 +6,7 @@ import java.util.Locale
class YaoiMangaOku : Madara(
"Yaoi Manga Oku",
"https://yaoimangaoku.com",
"https://yaoimangaoku.net",
"tr",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
) {