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