8 lines
135 B
Groovy
8 lines
135 B
Groovy
ext {
|
|
extName = 'Real Life Comics'
|
|
extClass = '.RealLifeComics'
|
|
extVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|