10 lines
200 B
Groovy
10 lines
200 B
Groovy
![]() |
ext {
|
||
|
extName = 'Manga-Moon'
|
||
|
extClass = '.MangaMoon'
|
||
|
themePkg = 'mangathemesia'
|
||
|
baseUrl = 'https://manga-moons.net'
|
||
|
overrideVersionCode = 0
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|