MHScans: Update domain (#2959)

Update domain
This commit is contained in:
bapeey 2024-05-11 23:23:39 -05:00 committed by Draff
parent caf462e781
commit 87548ae9ee
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'MHScans'
extClass = '.MHScans'
themePkg = 'madara'
baseUrl = 'https://mhscans.com'
overrideVersionCode = 0
baseUrl = 'https://lectormh.com'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class MHScans : Madara(
"MHScans",
"https://mhscans.com",
"https://lectormh.com",
"es",
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
) {