11 lines
218 B
Groovy
11 lines
218 B
Groovy
![]() |
ext {
|
||
|
extName = 'Comics Valley'
|
||
|
extClass = '.ComicsValley'
|
||
|
themePkg = 'madara'
|
||
|
baseUrl = 'https://comicsvalley.com'
|
||
|
overrideVersionCode = 1
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|