Skip to content

Commit

Permalink
fix(en/animeowl): Fix video extractor without webView and refactor (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Samfun75 authored Jan 29, 2024
1 parent 388b221 commit 01d32cf
Show file tree
Hide file tree
Showing 6 changed files with 339 additions and 449 deletions.
5 changes: 3 additions & 2 deletions src/en/animeowl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
ext {
extName = 'AnimeOwl'
extClass = '.AnimeOwl'
extVersionCode = 14
extVersionCode = 15
}

apply from: "$rootDir/common.gradle"

dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(":lib:synchrony"))
implementation(project(":lib:playlist-utils"))
}
Loading

0 comments on commit 01d32cf

Please sign in to comment.