forked from Kohi-den/extensions-source
8 lines
148 B
Groovy
8 lines
148 B
Groovy
ext {
|
|
extName = 'Hentai Saturn'
|
|
extClass = '.HentaiSaturn'
|
|
extVersionCode = 5
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|