parent
66dd223155
commit
c445ca0eb4
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Nexo Scans'
|
||||
extClass = '.NexoScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://nexoscans.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://nexoscans.net'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class NexoScans : Madara(
|
||||
"Nexo Scans",
|
||||
"https://nexoscans.com",
|
||||
"https://nexoscans.net",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale.US),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue