9 lines
141 B
Groovy
9 lines
141 B
Groovy
ext {
|
|
extName = 'TMOHentai'
|
|
extClass = '.TMOHentai'
|
|
extVersionCode = 8
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|