10 lines
201 B
Groovy
10 lines
201 B
Groovy
![]() |
ext {
|
||
|
extName = 'Arven Scans'
|
||
|
extClass = '.ArvenScans'
|
||
|
themePkg = 'mangathemesia'
|
||
|
baseUrl = 'https://arvenscans.com'
|
||
|
overrideVersionCode = 0
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|