extensions-source/src/tr/hentaizm/build.gradle
2024-07-09 23:42:14 +07:00

8 lines
139 B
Groovy

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