Added 2025 and 2026 Year Filter for HiAnime and Aniplay (#891)

* Update AniListFilters.kt

* Update ZoroThemeFilters.kt

* Update build.gradle.kts

* Update build.gradle.kts
This commit is contained in:
Arkai1 2025-04-09 22:57:44 +05:30 committed by GitHub
parent 4df27e2211
commit f2cd1223b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 3 deletions

View file

@ -2,4 +2,4 @@ plugins {
id("lib-multisrc")
}
baseVersionCode = 3
baseVersionCode = 4

View file

@ -110,6 +110,8 @@ object AniListFilters {
val YEAR_LIST = arrayOf(
Pair("<Select>", ""),
Pair("2026", "2026"),
Pair("2025", "2025"),
Pair("2024", "2024"),
Pair("2023", "2023"),
Pair("2022", "2022"),