Nexo Scans: Update domain (#1787) (#1788)

This commit is contained in:
Ashborn 2024-03-10 04:59:28 -03:00 committed by Draff
parent 66dd223155
commit c445ca0eb4
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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),
) { ) {