extensions-source/src/en/hahomoe/build.gradle
2024-06-20 11:54:12 +07:00

8 lines
139 B
Groovy

ext {
extName = 'haho.moe'
extClass = '.HahoMoe'
extVersionCode = 10
isNsfw = true
}
apply from: "$rootDir/common.gradle"