10 lines
207 B
Groovy
10 lines
207 B
Groovy
![]() |
ext {
|
||
|
extName = 'Shadow Mangas'
|
||
|
extClass = '.ShadowMangas'
|
||
|
themePkg = 'mangathemesia'
|
||
|
baseUrl = 'https://shadowmangas.com'
|
||
|
overrideVersionCode = 1
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|