extensions-source/src/pt/hentaistube/build.gradle

13 lines
217 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'HentaisTube'
extClass = '.HentaisTube'
2024-06-23 11:00:51 -03:00
extVersionCode = 3
2024-06-20 11:54:12 +07:00
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:blogger-extractor'))
}