forked from AlmightyHak/extensions-source

* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
14 lines
360 B
Groovy
14 lines
360 B
Groovy
ext {
|
|
extName = 'AnimeTake'
|
|
extClass = '.AnimeTake'
|
|
extVersionCode = 9
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:dood-extractor"))
|
|
implementation(project(":lib:mp4upload-extractor"))
|
|
implementation(project(":lib:filemoon-extractor"))
|
|
implementation(project(":lib:gogostream-extractor"))
|
|
}
|