extensions-source/src/zh/anime1/build.gradle

14 lines
277 B
Groovy
Raw Normal View History

ext {
extName = 'Anime1.me'
extClass = '.Anime1'
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:bangumi-scraper"))
//noinspection UseTomlInstead
implementation "com.github.houbb:opencc4j:1.8.1"
}