13 lines
212 B
Groovy
13 lines
212 B
Groovy
|
ext {
|
||
|
extName = 'AnimesZone'
|
||
|
extClass = '.AnimesZone'
|
||
|
extVersionCode = 7
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:dood-extractor'))
|
||
|
}
|