Anime1.me(zh/hant): Fetch anime detail from bangumi. (#369)

This commit is contained in:
AlphaBoom 2024-11-14 02:34:16 +08:00 committed by GitHub
parent 29dc8515eb
commit d8fdc0b702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 316 additions and 4 deletions

View file

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