9 lines
153 B
Groovy
9 lines
153 B
Groovy
ext {
|
|
extName = 'MyHentaiGallery'
|
|
extClass = '.MyHentaiGallery'
|
|
extVersionCode = 5
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|