12 lines
261 B
Groovy
12 lines
261 B
Groovy
|
ext {
|
||
|
extName = 'Anime Srbija'
|
||
|
extClass = '.AnimeSrbija'
|
||
|
extVersionCode = 9
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:filemoon-extractor'))
|
||
|
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
||
|
}
|