extensions-source/src/en/tokuzilla/build.gradle

12 lines
195 B
Groovy
Raw Normal View History

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