forked from AlmightyHak/extensions-source
14 lines
298 B
Groovy
14 lines
298 B
Groovy
|
ext {
|
||
|
extName = 'Anime-Sama'
|
||
|
extClass = '.AnimeSama'
|
||
|
extVersionCode = 9
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:sibnet-extractor'))
|
||
|
implementation(project(':lib:vk-extractor'))
|
||
|
implementation(project(':lib:sendvid-extractor'))
|
||
|
}
|