8 lines
119 B
Groovy
8 lines
119 B
Groovy
ext {
|
|
extName = 'InManga'
|
|
extClass = '.InManga'
|
|
extVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|