Feat(id/OtakuDesu): add hidevid extractor (#263)

This commit is contained in:
Dark25 2024-09-19 09:23:43 +01:00 committed by GitHub
parent 43435c6435
commit 53399d74d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'OtakuDesu'
extClass = '.OtakuDesu'
extVersionCode = 26
extVersionCode = 27
}
apply from: "$rootDir/common.gradle"
@ -9,4 +9,5 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:yourupload-extractor"))
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:streamhidevid-extractor"))
}