Update MangaWeebs domain (#2435)
* Update MangaWeebs.kt Domain changed of mangaweebs. * Update build.gradle Updated version code * Update build.gradle Fix.. and its working fine to me!
This commit is contained in:
parent
d3a34b5693
commit
ebcb2cd055
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Manga Weebs'
|
||||
extClass = '.MangaWeebs'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mangaweebs.in'
|
||||
overrideVersionCode = 8
|
||||
baseUrl = 'https://mangaweebs.org'
|
||||
overrideVersionCode = 9
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -7,7 +7,7 @@ import java.text.SimpleDateFormat
|
|||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class MangaWeebs : Madara("Manga Weebs", "https://mangaweebs.in", "en", dateFormat = SimpleDateFormat("dd MMMM HH:mm", Locale.US)) {
|
||||
class MangaWeebs : Madara("Manga Weebs", "https://mangaweebs.org", "en", dateFormat = SimpleDateFormat("dd MMMM HH:mm", Locale.US)) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(20, 4, TimeUnit.SECONDS)
|
||||
|
|
Loading…
Reference in New Issue