parent
6b77db8c62
commit
0a170de120
|
@ -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"
|
||||||
|
|
|
@ -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")),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue