10 lines
198 B
Groovy
10 lines
198 B
Groovy
![]() |
ext {
|
||
|
extName = 'Leviatan Scans'
|
||
|
extClass = '.LeviatanScans'
|
||
|
themePkg = 'madara'
|
||
|
baseUrl = 'https://lscomic.com'
|
||
|
overrideVersionCode = 15
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|