
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
11 lines
215 B
Groovy
11 lines
215 B
Groovy
ext {
|
|
extName = 'Hentai Tokyo'
|
|
extClass = '.HentaiTokyo'
|
|
themePkg = 'gattsu'
|
|
baseUrl = 'https://hentaitokyo.net'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|