parent
6b77db8c62
commit
0a170de120
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Noblesse Translations'
|
||||
extClass = '.NoblesseTranslations'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://www.noblessev1.com'
|
||||
overrideVersionCode = 2
|
||||
baseUrl = 'https://www.nobledicion.com'
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||
|
||||
class NoblesseTranslations : Madara(
|
||||
"Noblesse Translations",
|
||||
"https://www.noblessev1.com",
|
||||
"https://www.nobledicion.com",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue