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