2024-10-31 19:37:16 +08:00
|
|
|
ext {
|
|
|
|
extName = 'Anime1.me'
|
|
|
|
extClass = '.Anime1'
|
2024-11-14 02:34:16 +08:00
|
|
|
extVersionCode = 2
|
2024-10-31 19:37:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
2024-11-14 02:34:16 +08:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:bangumi-scraper"))
|
|
|
|
//noinspection UseTomlInstead
|
|
|
|
implementation "com.github.houbb:opencc4j:1.8.1"
|
|
|
|
}
|