10 lines
193 B
Groovy
10 lines
193 B
Groovy
ext {
|
|
extName = 'DocTruyen5s'
|
|
extClass = '.DocTruyen5s'
|
|
themePkg = 'liliana'
|
|
baseUrl = 'https://manga.io.vn'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|