extensions-source/src/tr/hentaizm/build.gradle

8 lines
139 B
Groovy

ext {
extName = 'HentaiZM'
extClass = '.HentaiZM'
extVersionCode = 7
isNsfw = true
}
apply from: "$rootDir/common.gradle"