forked from AlmightyHak/extensions-source
Feat(lib/ChillxExtractor): Update extractor and add extractor to Hikari (#262)
* Feat(lib/ChillxExtractor): Update extractor and add extractor to Hikari * Feat(lib/ChillxExtractor): clear * Fix klint
This commit is contained in:
parent
3e7022d2bd
commit
43435c6435
3 changed files with 17 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Hikari'
|
||||
extClass = '.Hikari'
|
||||
extVersionCode = 7
|
||||
extVersionCode = 8
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -9,4 +9,5 @@ apply from: "$rootDir/common.gradle"
|
|||
dependencies {
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:vidhide-extractor'))
|
||||
implementation(project(':lib:chillx-extractor'))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue