
Closes #93 Closes #1 Closes #133 Closes #142 (Yeah, this extension had a bug but someone closed it before fixing it.)
11 lines
254 B
Groovy
11 lines
254 B
Groovy
ext {
|
|
extName = 'EmpireStreaming'
|
|
extClass = '.EmpireStreaming'
|
|
extVersionCode = 17
|
|
}
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:voe-extractor'))
|
|
implementation(project(':lib:dood-extractor'))
|
|
}
|