Merge branch 'Kohi-den:main' into main

This commit is contained in:
krysanify 2025-02-25 21:10:32 +08:00 committed by GitHub
commit 650788a013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'AnimesOtaku' extName = 'AnimesOtaku'
extClass = '.AnimesOtaku' extClass = '.AnimesOtaku'
extVersionCode = 1 extVersionCode = 2
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -35,7 +35,7 @@ class AnimesOtaku : AnimeHttpSource() {
override val baseUrl = "https://www.animesotaku.cc" override val baseUrl = "https://www.animesotaku.cc"
override val lang = "pt" override val lang = "pt-BR"
override val supportsLatest = true override val supportsLatest = true