forked from AlmightyHak/extensions-source
fix(all/hiraki): Partial fix for Hikari source (#444)
This commit is contained in:
parent
715d57d43f
commit
f2ae0c8f9b
2 changed files with 12 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
|||
ext {
|
||||
extName = 'Hikari'
|
||||
extClass = '.Hikari'
|
||||
extVersionCode = 11
|
||||
extVersionCode = 12
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:vidhide-extractor'))
|
||||
implementation(project(':lib:chillx-extractor'))
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(project(':lib:vidhide-extractor'))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue