xfani: fix filter error (#336)

This commit is contained in:
AlphaBoom 2024-10-30 02:53:07 +08:00 committed by GitHub
parent 5d2095b32e
commit 9c2cdd3729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 133 additions and 29 deletions

View file

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