forked from AlmightyHak/extensions-source

* AnimeWorld StreamTape Readd * Delete src/it/animeworld/src/eu/kanade/tachiyomi/animeextension/it/animeworld/ANIMEWORLD.kt Fixing it * add animeworld.kt * Gradle Update * Gradle Update + Animeworld * Gradle Update + Animeworld
14 lines
No EOL
369 B
Groovy
14 lines
No EOL
369 B
Groovy
ext {
|
|
extName = 'ANIMEWORLD.tv'
|
|
extClass = '.ANIMEWORLD'
|
|
extVersionCode = 39
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
implementation(project(':lib:dood-extractor'))
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
} |