forked from Kohi-den/extensions-source
8 lines
139 B
Groovy
8 lines
139 B
Groovy
ext {
|
|
extName = 'HentaiZM'
|
|
extClass = '.HentaiZM'
|
|
extVersionCode = 7
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|