parent
49efe333db
commit
8dfcf0cea7
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Manhwa List'
|
extName = 'Manhwa List'
|
||||||
extClass = '.ManhwaList'
|
extClass = '.ManhwaList'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://manhwalist.in'
|
baseUrl = 'https://manhwalist.xyz'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -6,7 +6,7 @@ import okhttp3.OkHttpClient
|
||||||
|
|
||||||
class ManhwaList : MangaThemesia(
|
class ManhwaList : MangaThemesia(
|
||||||
"Manhwa List",
|
"Manhwa List",
|
||||||
"https://manhwalist.in",
|
"https://manhwalist.xyz",
|
||||||
"id",
|
"id",
|
||||||
) {
|
) {
|
||||||
override val client: OkHttpClient = super.client.newBuilder()
|
override val client: OkHttpClient = super.client.newBuilder()
|
||||||
|
|
Loading…
Reference in New Issue