extensions-source/src/all/supjav/build.gradle
2025-02-10 08:42:18 +00:00

15 lines
376 B
Groovy

ext {
extName = 'SupJav'
extClass = '.SupJavFactory'
extVersionCode = 13
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:streamtape-extractor"))
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:voe-extractor"))
implementation(project(":lib:playlist-utils"))
}