parent
87a1c4b5fe
commit
a88503f4f4
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Noblesse Translations'
|
extName = 'Noblesse Translations'
|
||||||
extClass = '.NoblesseTranslations'
|
extClass = '.NoblesseTranslations'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://www.actualizamrd.com'
|
baseUrl = 'https://www.swordalada.org'
|
||||||
overrideVersionCode = 4
|
overrideVersionCode = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -15,7 +15,7 @@ import java.util.Locale
|
||||||
class NoblesseTranslations :
|
class NoblesseTranslations :
|
||||||
Madara(
|
Madara(
|
||||||
"Noblesse Translations",
|
"Noblesse Translations",
|
||||||
"https://www.actualizamrd.com",
|
"https://www.swordalada.org",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue