Update build.gradle
This commit is contained in:
parent
f19b930678
commit
a216d6c64b
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Toonitalia'
|
extName = 'Toonitalia'
|
||||||
extClass = '.Toonitalia'
|
extClass = '.Toonitalia'
|
||||||
extVersionCode = 23
|
extVersionCode = 24
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(':lib:voe-extractor'))
|
implementation(project(':lib:voe-extractor'))
|
||||||
|
implementation(project(':lib:streamwish-extractor'))
|
||||||
implementation(project(':lib:streamtape-extractor'))
|
implementation(project(':lib:streamtape-extractor'))
|
||||||
implementation(project(':lib:playlist-utils'))
|
implementation(project(':lib:playlist-utils'))
|
||||||
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue