parent
a861b95ff4
commit
21c7bc29f8
|
@ -7,7 +7,7 @@ ext {
|
|||
extName = 'Olympus Scanlation'
|
||||
pkgNameSuffix = 'es.olympusscanlation'
|
||||
extClass = '.OlympusScanlation'
|
||||
extVersionCode = 5
|
||||
extVersionCode = 6
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue