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'
extClass = '.NexoScans'
themePkg = 'madara'
baseUrl = 'https://nexoscans.com'
overrideVersionCode = 1
baseUrl = 'https://nexoscans.net'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

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