9 lines
146 B
Groovy
9 lines
146 B
Groovy
ext {
|
|
extName = 'Manga Demon'
|
|
extClass = '.MangaDemon'
|
|
extVersionCode = 14
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|