10 lines
184 B
Groovy
10 lines
184 B
Groovy
ext {
|
|
extName = 'MangaWT'
|
|
extClass = '.MangaWT'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://mangawt.com'
|
|
overrideVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|