2024-06-22 10:49:07 +02:00
|
|
|
ext {
|
|
|
|
extName = 'NekoSama'
|
|
|
|
extClass = '.NekoSama'
|
2024-08-09 16:03:01 +02:00
|
|
|
extVersionCode = 12
|
2024-06-22 10:49:07 +02:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:fusevideo-extractor'))
|
|
|
|
}
|