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:
Maday 2021-08-17 16:14:02 +05:30 committed by GitHub
parent 9059548257
commit 8c302fe615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Toonkor'
pkgNameSuffix = 'ko.toonkor'
extClass = '.Toonkor'
extVersionCode = 3
extVersionCode = 4
libVersion = '1.2'
}

View File

@ -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}"