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

This commit is contained in:
ZhendongWu 2024-11-13 20:36:25 +08:00
parent 29dc8515eb
commit 656cbab1a6
6 changed files with 316 additions and 4 deletions

View file

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