Olympus Scanlation: Update domain (#19080)

Update url
This commit is contained in:
bapeey 2023-11-24 18:33:12 -05:00 committed by GitHub
parent a861b95ff4
commit 21c7bc29f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ ext {
extName = 'Olympus Scanlation'
pkgNameSuffix = 'es.olympusscanlation'
extClass = '.OlympusScanlation'
extVersionCode = 5
extVersionCode = 6
}
apply from: "$rootDir/common.gradle"

View File

@ -23,8 +23,8 @@ class OlympusScanlation : HttpSource() {
override val versionId = 2
override val baseUrl: String = "https://olympusv2.gg"
private val apiBaseUrl: String = "https://dashboard.olympusv2.gg"
override val baseUrl: String = "https://olympusvisor.com"
private val apiBaseUrl: String = "https://dashboard.olympusvisor.com"
override val lang: String = "es"
override val name: String = "Olympus Scanlation"