extensions-source/src/id/otakudesu/build.gradle

13 lines
315 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'OtakuDesu'
extClass = '.OtakuDesu'
extVersionCode = 30
2024-06-20 11:54:12 +07:00
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:yourupload-extractor"))
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:streamhidevid-extractor"))
2024-06-20 11:54:12 +07:00
}