2024-08-13 02:32:02 +01:00

9 lines
150 B
Groovy

ext {
extName = 'Hentai Cosplay'
extClass = '.HentaiCosplay'
extVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"