2024-07-14 14:39:17 +01:00

9 lines
146 B
Groovy

ext {
extName = "HentaiNexus"
extClass = ".HentaiNexus"
extVersionCode = 11
isNsfw = true
}
apply from: "$rootDir/common.gradle"