extensions-source/src/it/hentaisaturn/build.gradle

9 lines
148 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'Hentai Saturn'
extClass = '.HentaiSaturn'
extVersionCode = 5
isNsfw = true
}
apply from: "$rootDir/common.gradle"