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

@ -0,0 +1,7 @@
plugins {
id("lib-android")
}
dependencies {
compileOnly(libs.aniyomi.lib)
}