10 lines
194 B
Groovy
10 lines
194 B
Groovy
ext {
|
|
extName = 'Manga Koma'
|
|
extClass = '.MangaKoma'
|
|
themePkg = 'liliana'
|
|
baseUrl = 'https://mangakoma01.net'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|