forked from AlmightyHak/extensions-source

* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
14 lines
341 B
Groovy
14 lines
341 B
Groovy
ext {
|
|
extName = 'Myanime'
|
|
extClass = '.Myanime'
|
|
extVersionCode = 7
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:dailymotion-extractor'))
|
|
implementation(project(':lib:gdriveplayer-extractor'))
|
|
implementation(project(':lib:okru-extractor'))
|
|
implementation(libs.jsunpacker)
|
|
}
|