Xfani: Fix video list parse (#480)

This commit is contained in:
AlphaBoom 2025-01-05 23:33:54 +08:00 committed by GitHub
parent b00b450fa2
commit 9b0e6b264c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 10 deletions

View file

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