Xfani: Fix episode list sort (#696)

* Xfani: Fix episode list sort

* Triggering github action
This commit is contained in:
AlphaBoom 2025-02-23 02:23:06 +08:00 committed by GitHub
parent ee23fc1e19
commit 00f3a58b42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

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