11 lines
213 B
Groovy
11 lines
213 B
Groovy
![]() |
ext {
|
||
|
extName = 'Manga18.Club'
|
||
|
extClass = '.Manga18Club'
|
||
|
themePkg = 'manga18'
|
||
|
baseUrl = 'https://manga18.club'
|
||
|
overrideVersionCode = 0
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|