Skip to content

Commit

Permalink
fix(pt/animesvision): Fix search & video extractor (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky authored Feb 14, 2024
1 parent 17f9e41 commit bf30fde
Show file tree
Hide file tree
Showing 6 changed files with 1,505 additions and 1,542 deletions.
8 changes: 1 addition & 7 deletions src/pt/animesvision/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
ext {
extName = 'AnimesVision'
extClass = '.AnimesVision'
extVersionCode = 24
extVersionCode = 25
}

apply from: "$rootDir/common.gradle"

dependencies {
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:dood-extractor'))
}
Loading

0 comments on commit bf30fde

Please sign in to comment.