13 lines
277 B
Groovy
13 lines
277 B
Groovy
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"
|
|
}
|