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