Updated the new tkor website url (#8585)
* Updated the new tkor website url Changed url to https://tkor.dog * Update build.gradle * Update build.gradle * Update build.gradle
This commit is contained in:
parent
9059548257
commit
8c302fe615
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Toonkor'
|
||||
pkgNameSuffix = 'ko.toonkor'
|
||||
extClass = '.Toonkor'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ class Toonkor : ConfigurableSource, ParsedHttpSource() {
|
|||
|
||||
override val name = "Toonkor"
|
||||
|
||||
private val defaultBaseUrl = "https://tkor.cx"
|
||||
private val defaultBaseUrl = "https://tkor.dog"
|
||||
|
||||
private val BASE_URL_PREF = "overrideBaseUrl_v${BuildConfig.VERSION_NAME}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue