Noblesse Translation: update domain (#3373)

update domain
This commit is contained in:
bapeey 2024-06-03 05:53:44 -05:00 committed by Draff
parent 6b77db8c62
commit 0a170de120
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 = 'Noblesse Translations' extName = 'Noblesse Translations'
extClass = '.NoblesseTranslations' extClass = '.NoblesseTranslations'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://www.noblessev1.com' baseUrl = 'https://www.nobledicion.com'
overrideVersionCode = 2 overrideVersionCode = 3
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class NoblesseTranslations : Madara( class NoblesseTranslations : Madara(
"Noblesse Translations", "Noblesse Translations",
"https://www.noblessev1.com", "https://www.nobledicion.com",
"es", "es",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")), dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
) { ) {