mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
ResetScans: Update domain (#5332)
* ResetScans: Bump versionCode * ResetScans: Update baseUrl
This commit is contained in:
parent
1488bbe039
commit
a91db026bc
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Reset Scans'
|
||||
extClass = '.ResetScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://reset-scans.co'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://rspro.xyz'
|
||||
overrideVersionCode = 6
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ import java.util.Locale
|
||||
|
||||
class ResetScans : Madara(
|
||||
"Reset Scans",
|
||||
"https://reset-scans.co",
|
||||
"https://rspro.xyz",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("MMM dd", Locale("en")),
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user