xfani: fix filter error

This commit is contained in:
ZhendongWu 2024-10-22 08:38:24 +08:00
parent 4dc9e2e2ec
commit 5ae26f8503
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"