forked from AlmightyHak/extensions-source
Anime1.me(zh/hant): Fetch anime detail from bangumi. (#369)
This commit is contained in:
parent
29dc8515eb
commit
d8fdc0b702
6 changed files with 316 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue