Add Xfani (#314)

* Add Xfani

* Fix typo
This commit is contained in:
AlphaBoom 2024-10-19 03:15:55 +08:00 committed by GitHub
parent 033eeb0b6e
commit 80f3773bc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 340 additions and 0 deletions

View file

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