parent
5a827719cf
commit
8c78d137ca
|
@ -2,8 +2,9 @@ ext {
|
|||
extName = 'Drake Scans'
|
||||
extClass = '.DrakeScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://drakecomic.com'
|
||||
overrideVersionCode = 13
|
||||
baseUrl = 'https://drakecomic.org'
|
||||
overrideVersionCode = 14
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class DrakeScans : MangaThemesia(
|
||||
"Drake Scans",
|
||||
"https://drakecomic.com",
|
||||
"https://drakecomic.org",
|
||||
"en",
|
||||
) {
|
||||
// madara -> mangathemesia
|
||||
|
|
Loading…
Reference in New Issue